GHookFinalizeFunc

Defines the type of function to be called when a hook in a list of hooks gets finalized.

alias GHookFinalizeFunc = void function(GHookList* hookList, GHook* hook)

Meta