Lines Matching full:g_hook_next_valid
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 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,