Home
last modified time | relevance | path

Searched refs:g_hook_next_valid (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/glib/glib/
Dghook.h150 GHook* g_hook_next_valid (GHookList *hook_list,
Dgaliasdef.c1017 #undef g_hook_next_valid
1018 extern __typeof (g_hook_next_valid) g_hook_next_valid __attribute((alias("IA__g_hook_next_valid"), …
Dgalias.h1010 extern __typeof (g_hook_next_valid) IA__g_hook_next_valid __attribute((visibility("hidden")));
1011 #define g_hook_next_valid IA__g_hook_next_valid macro
/external/bluetooth/glib/
DChangeLog.pre-1-2823 out with g_hook_first_valid() and iterate with g_hook_next_valid(),
825 g_hook_next_valid() will "eat" that, and eventually transfer it to
826 the next hook. <sigh> unfortunately this requires g_hook_next_valid()
829 * gmain.c (g_main_iterate): adjusted callers of g_hook_next_valid().
1789 (g_hook_next_valid): added an extra argument gboolean may_be_in_call,
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1389 g_hook_next_valid
/external/bluetooth/glib/gobject/
Dgsignal.c3220 hook = g_hook_next_valid (node->emission_hooks, hook, may_recurse); in signal_emit_unlocked_R()