Package ch.bailu.gtk.glib
Schnittstelle HookList.OnHookCheckMarshaller
- 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 TypMethodeBeschreibungbooleanonHookCheckMarshaller(CallbackHandler __self, Hook hook, Pointer marshal_data) Defines the type of function used by g_hook_list_marshal_check().
-
Methodendetails
-
onHookCheckMarshaller
boolean onHookCheckMarshaller(CallbackHandler __self, @Nonnull Hook hook, @Nullable Pointer marshal_data) Defines the type of function used by g_hook_list_marshal_check().- Parameter:
hook- a #GHookmarshal_data- user data- Gibt zurück:
- %FALSE if @hook should be destroyed
-