Static$gtypeRemoves all the GLib.Hook elements from a GLib.HookList.
Initializes a GLib.HookList. This must be called before the GLib.HookList is used.
the size of each element in the GLib.HookList, typically sizeof (GHook).
Calls all of the GLib.Hook functions in a GLib.HookList.
true if functions which are already running (e.g. in another thread) can be called. If set to false, these are skipped
Calls all of the GLib.Hook functions in a GLib.HookList.
Any function which returns false is removed from the GLib.HookList.
true if functions which are already running (e.g. in another thread) can be called. If set to false, these are skipped
Calls a function on each valid GLib.Hook.
true if hooks which are currently running (e.g. in another thread) are considered valid. If set to false, these are skipped
the function to call for each GLib.Hook
Calls a function on each valid GLib.Hook and destroys it if the
function returns false.
true if hooks which are currently running (e.g. in another thread) are considered valid. If set to false, these are skipped
the function to call for each GLib.Hook
The GLib.HookList struct represents a list of hook functions.