API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
void g_hook_unref ( GHookList* hook_list, GHook* hook )
Decrements the reference count of a GHook. If the reference count falls to 0, the GHook is removed from the GHookList and g_hook_free() is called to free it.
GHook
GHookList
g_hook_free()
hook_list
Type: GHookList
A GHookList.
hook
Type: GHook
The GHook to unref.