Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dghook.h145 GHook* g_hook_first_valid (GHookList *hook_list,
Dgaliasdef.c984 #undef g_hook_first_valid
985 extern __typeof (g_hook_first_valid) g_hook_first_valid __attribute((alias("IA__g_hook_first_valid"…
Dgalias.h977 extern __typeof (g_hook_first_valid) IA__g_hook_first_valid __attribute((visibility("hidden")));
978 #define g_hook_first_valid IA__g_hook_first_valid macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1388 g_hook_first_valid
/external/bluetooth/glib/
DChangeLog.pre-1-2815 * ghook.c (g_hook_first_valid): fixed buglet that could cause bogus
823 out with g_hook_first_valid() and iterate with g_hook_next_valid(),
824 g_hook_first_valid() will now return a referenced hook, and
1788 (g_hook_first_valid):
/external/bluetooth/glib/gobject/
Dgsignal.c3201 hook = g_hook_first_valid (node->emission_hooks, may_recurse); in signal_emit_unlocked_R()