Searched defs:g_main_depth (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgmain.c1502 * g_main_depth:
1550 * recursive callback. This can be fixed by using g_main_depth()
1558 * block->depth = g_main_depth ();
1568 * int depth = g_main_depth ();
1585 * There is a temptation to use g_main_depth() to solve
1590 * and do nothing if g_main_depth() returns a value greater than 1.
1618 g_main_depth (void) function
H A Dgalias.h1504 extern __typeof (g_main_depth) IA__g_main_depth __attribute((visibility("hidden")));
1505 #define g_main_depth IA__g_main_depth macro
H A Dgaliasdef.c1511 #undef g_main_depth macro
1512 extern __typeof (g_main_depth) g_main_depth __attribute((alias("IA__g_main_depth"), visibility("default")));

Completed in 123 milliseconds