Function
GLibHookinsert_before
Declaration [src]
void
g_hook_insert_before (
  GHookList* hook_list,
  GHook* sibling,
  GHook* hook
)
Parameters
- hook_list
- 
            Type: GHookListA GHookList.The data is owned by the caller of the function. 
- sibling
- 
            Type: GHookThe GHookto insert the newGHookbefore.The argument can be NULL.The data is owned by the caller of the function. 
- hook
- 
            Type: GHookThe GHookto insert.The data is owned by the caller of the function.