Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgutils.h336 void g_atexit (GVoidFunc func);
349 #define g_atexit(func) atexit(func) GLIB_DEPRECATED_MACRO_IN_2_32 macro
Dgutils.c160 #undef g_atexit
202 g_atexit (GVoidFunc func) in g_atexit() function
/third_party/glib/glib/tests/
Dutils.c718 g_atexit (atexit_func); in test_atexit()
/third_party/glib/
DNEWS.pre-1-3178 * New function g_atexit(), use of the ATEXIT() macro is discouraged.
DNEWS1597 - #638 g_atexit is defined when not declared
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2207 g_atexit
/third_party/glib/gobject/
Dgobject.c454 g_atexit (debug_objects_atexit); in _g_object_type_init()
/third_party/gstreamer/gstplugins_good/
DChangeLog78259 tests: use atexit, g_atexit has been deprecated in glib master