Hook.insertBefore

void insertBefore(glib.hook_list.HookList hookList, glib.hook.Hook sibling, glib.hook.Hook hook)

Inserts a #GHook into a #GHookList, before a given #GHook.

Parameters

hookLista #GHookList
siblingthe #GHook to insert the new #GHook before
hookthe #GHook to insert