Package ch.bailu.gtk.glib
Interface HookList.OnHookCheckMarshaller
- 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 TypeMethodDescriptionboolean
onHookCheckMarshaller
(CallbackHandler __self, Hook hook, Pointer user_data) Defines the type of function used by g_hook_list_marshal_check().
-
Method Details
-
onHookCheckMarshaller
boolean onHookCheckMarshaller(CallbackHandler __self, @Nonnull Hook hook, @Nullable Pointer user_data) Defines the type of function used by g_hook_list_marshal_check().- Parameters:
hook
- a #GHookuser_data
- user data- Returns:
- %FALSE if @hook should be destroyed
-