Home
last modified time | relevance | path

Searched refs:g_atexit (Results 1 – 10 of 10) sorted by relevance

/external/bluetooth/glib/glib/
Dgutils.h280 void g_atexit (GVoidFunc func);
290 #define g_atexit(func) atexit(func) macro
Dgutils.c279 #undef g_atexit
318 g_atexit (GVoidFunc func) in g_atexit() function
Dgaliasdef.c3602 #undef g_atexit
3603 extern __typeof (g_atexit) g_atexit __attribute((alias("IA__g_atexit"), visibility("default")));
Dgalias.h3591 extern __typeof (g_atexit) IA__g_atexit __attribute((visibility("hidden")));
3592 #define g_atexit IA__g_atexit macro
/external/bluetooth/glib/
DChangeLog.pre-2-101234 #define g_atexit as atexit instead. This means it has a
1236 gtkhtml calls g_atexit() registering a function in gtkhtml
1237 itself. This caused a crash when g_atexit() was implemented as a
1242 real g_atexit() into the DLL for backward compatibility. Document
1243 the Windows behaviour of g_atexit(), and document the varying ways
DNEWS.pre-1-3178 * New function g_atexit(), use of the ATEXIT() macro is discouraged.
DChangeLog.pre-1-21934 macros for backwards compatibility. people ought to use g_atexit().
1936 * gutils.c (g_atexit): new function to take over the implementation
DChangeLog.pre-2-03590 * gutils.c (g_atexit): constify a variable
6416 macro, g_atexit() is provided for public consumption.
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1461 g_atexit
/external/bluetooth/glib/gobject/
Dgobject.c270 g_atexit (debug_objects_atexit); in g_object_type_init()