Searched refs:g_hook_next_valid (Results 1 – 6 of 6) sorted by relevance
150 GHook* g_hook_next_valid (GHookList *hook_list,
1017 #undef g_hook_next_valid 1018 extern __typeof (g_hook_next_valid) g_hook_next_valid __attribute((alias("IA__g_hook_next_valid"), …
1010 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
823 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 to826 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,
1389 g_hook_next_valid
3220 hook = g_hook_next_valid (node->emission_hooks, hook, may_recurse); in signal_emit_unlocked_R()