Static$gtypeStaticdestroy_Removes one GLib.Hook from a GLib.HookList, marking it
inactive and calling g_hook_unref() on it.
StaticfreeCalls the GLib.HookList finalize_hook function if it exists,
and frees the memory allocated for the GLib.Hook.
Staticinsert_Staticinsert_Inserts a GLib.Hook into a GLib.HookList, sorted by the given function.
the GLib.Hook to insert
the comparison function used to sort the GLib.Hook elements
StaticprependStaticunref
The GLib.Hook struct represents a single hook function in a GLib.HookList.