API Version: 2.0
Library Version: 2.72
void g_hook_insert_before ( GHookList* hook_list, GHook* sibling, GHook* hook )
Inserts a GHook into a GHookList, before a given GHook.
GHook
GHookList
hook_list
A GHookList.
sibling
The GHook to insert the new GHook before.
NULL
hook
The GHook to insert.