Package ch.bailu.gtk.glib
Interface HookList.OnHookFinalizeFunc
- Enclosing class:
- HookList
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onHookFinalizeFunc
(CallbackHandler __self, HookList hook_list, Hook hook) Defines the type of function to be called when a hook in a
list of hooks gets finalized.
-
Method Details
-
onHookFinalizeFunc
Defines the type of function to be called when a hook in a
list of hooks gets finalized.- Parameters:
hook_list
- a #GHookListhook
- the hook in @hook_list that gets finalized
-