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
hookList | a #GHookList |
sibling | the #GHook to insert the new #GHook before |
hook | the #GHook to insert |