Companion
object Companion
Functions
Link copied to clipboard
Removes one #GHook from a #GHookList, marking it inactive and calling g_hook_unref() on it.
Link copied to clipboard
fun findFuncData(hookList: HookList, needValids: Boolean, func: <Error class: unknown class>, data: <Error class: unknown class>? = null): Hook
Finds a #GHook in a #GHookList with the given function and data.
Link copied to clipboard
Returns the first #GHook in a #GHookList which has not been destroyed. The reference count for the #GHook is incremented, so you must call g_hook_unref() to restore it when no longer needed. (Or call g_hook_next_valid() if you are stepping through the #GHookList.)
Link copied to clipboard
Inserts a #GHook into a #GHookList, before a given #GHook.
Link copied to clipboard
Returns the next #GHook in a #GHookList which has not been destroyed. The reference count for the #GHook is incremented, so you must call g_hook_unref() to restore it when no longer needed. (Or continue to call g_hook_next_valid() until null is returned.)