API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
gint (* GHookCompareFunc) ( GHook* new_hook, GHook* sibling )
Defines the type of function used to compare GHook elements in g_hook_insert_sorted().
GHook
new_hook
Type: GHook
The GHook being inserted.
sibling
The GHook to compare with new_hook.
Type: gint
gint
A value <= 0 if new_hook should be before sibling.