Searched refs:g_hook_first_valid (Results 1 – 6 of 6) sorted by relevance
145 GHook* g_hook_first_valid (GHookList *hook_list,
984 #undef g_hook_first_valid 985 extern __typeof (g_hook_first_valid) g_hook_first_valid __attribute((alias("IA__g_hook_first_valid"…
977 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
1388 g_hook_first_valid
815 * ghook.c (g_hook_first_valid): fixed buglet that could cause bogus823 out with g_hook_first_valid() and iterate with g_hook_next_valid(),824 g_hook_first_valid() will now return a referenced hook, and1788 (g_hook_first_valid):
3201 hook = g_hook_first_valid (node->emission_hooks, may_recurse); in signal_emit_unlocked_R()