HookList
Allocate a new HookList.
This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.
Allocate a new HookList using the provided AutofreeScope.
The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped
.
Parameters
The AutofreeScope to allocate this structure in.
Allocate a new HookList.
This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.
Parameters
the next free #GHook id
the size of the #GHookList elements, in bytes
1 if the #GHookList has been initialized
the first #GHook element in the list
unused
Allocate a new HookList using the provided AutofreeScope.
The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped
.
Parameters
the next free #GHook id
the size of the #GHookList elements, in bytes
1 if the #GHookList has been initialized
the first #GHook element in the list
unused
The AutofreeScope to allocate this structure in.