Function
GLibHookinsert_sorted
Description
Inserts a GHook
into a GHookList
, sorted by the given function.
This function is not directly available to language bindings.
Parameters
hook_list
-
Type:
GHookList
A
GHookList
.The data is owned by the caller of the function. hook
-
Type:
GHook
The
GHook
to insert.The data is owned by the caller of the function. func
-
Type:
GHookCompareFunc
The comparison function used to sort the
GHook
elements.