Function
GLibHookinsert_sorted
Declaration [src]
void
g_hook_insert_sorted (
  GHookList* hook_list,
  GHook* hook,
  GHookCompareFunc func
)
Parameters
- hook_list
- 
            Type: GHookListA GHookList.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. 
- func
- 
            Type: GHookCompareFuncThe comparison function used to sort the GHookelements.