Package ch.bailu.gtk.glib
Interface HookList.OnHookMarshaller
- 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
onHookMarshaller
(CallbackHandler __self, Hook hook, Pointer user_data) Defines the type of function used by g_hook_list_marshal().
-
Method Details
-
onHookMarshaller
Defines the type of function used by g_hook_list_marshal().- Parameters:
hook
- a #GHookuser_data
- user data
-