GHookList

The #GHookList struct represents a list of hook functions.

Members

Variables

dummy
void*[2] dummy;

unused

dummy3
void* dummy3;

unused

finalizeHook
GHookFinalizeFunc finalizeHook;

the function to call to finalize a #GHook element. The default behaviour is to call the hooks @destroy function

hookSize
uint hookSize;

the size of the #GHookList elements, in bytes

hooks
GHook* hooks;

the first #GHook element in the list

isSetup
uint isSetup;

1 if the #GHookList has been initialized

seqId
gulong seqId;

the next free #GHook id