Package ch.bailu.gtk.glib
Schnittstelle HookList.OnHookFinalizeFunc
- Umschließende Klasse:
HookList
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
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.
-
Methodendetails
-
onHookFinalizeFunc
Defines the type of function to be called when a hook in a
list of hooks gets finalized.- Parameter:
hook_list
- a #GHookListhook
- the hook in @hook_list that gets finalized
-