Home | History | Annotate | Download | only in glib

Lines Matching full:g_atexit

3192 # define g_ATEXIT(proc)	(!atexit (proc))
3194 # define g_ATEXIT(proc) (atexit (proc))
3199 #define g_ATEXIT(proc) (on_exit ((void (*)(int, void*))(proc), NULL))"