Method
GLib HookListinvoke_check
Declaration [src]
void
g_hook_list_invoke_check(
GHookList*hook_list,
gbooleanmay_recurse
)
Description [src]
Calls all of the GHook functions in a GHookList.
Any function which returns FALSE is removed from the GHookList.
Parameters
may_recurse-
Type:
gbooleanTRUEif functions which are already running (e.g. in another thread) can be called. If set toFALSE, these are skipped.