g_atomic_pointer*

2010-03-01 Thread James Morris
Hi, I need to use an atomic pointer for my app. The documentation for the glib atomic operations is not exactly helpful. Anyway, I wrote a test program: 8< /* atomic.c */ #include int main() { char* myptr = 0; char* str = "Hello"; g_atomic_pointer_set(&myptr, str); char*

Download snapshot from Git repository

2010-03-01 Thread Daniel Espinosa
I have some trouble, at my full time work, I can't get access to a the Git repository other than by web interface, any Git protocolo is blocked! I found at sourceforge.net git service, you can download a shapshot of the current master or what ever commit you require from the web interface!!! Can