HookList.init_
void init_(uint hookSize)Initializes a #GHookList. This must be called before the #GHookList is used.
Parameters
hookSize | the size of each element in the #GHookList, typically sizeof (GHook). |
void init_(uint hookSize)Initializes a #GHookList. This must be called before the #GHookList is used.
hookSize | the size of each element in the #GHookList, typically sizeof (GHook). |