HomeSort by relevance Sort by last modified time
    Searched defs:g_atexit (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/glib/
gutils.h 267 * use g_atexit() instead.
271 # define ATEXIT(proc) g_ATEXIT(proc)
280 void g_atexit (GVoidFunc func);
290 #define g_atexit(func) atexit(func) macro
gutils.c 279 #undef g_atexit macro
283 * g_atexit:
288 * Since GLib 2.8.2, on Windows g_atexit() actually is a preprocessor
290 * library. This means that in case the code that calls g_atexit(),
294 * which happened earlier when g_atexit() was a function in the GLib
300 * On POSIX systems, calling g_atexit() (or atexit()) in a dynamically
314 * calling g_atexit() (or atexit()) except in the main executable of a
318 g_atexit (GVoidFunc func) function
    [all...]
galias.h 3592 #define g_atexit macro
    [all...]
galiasdef.c 3602 #undef g_atexit macro
    [all...]

Completed in 50 milliseconds