Package ch.bailu.gtk.glib
Interface Hook.OnHookFindFunc
- Enclosing class:
- Hook
- 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
onHookFindFunc
(CallbackHandler __self, Hook hook, Pointer user_data) Defines the type of the function passed to g_hook_find().
-
Method Details
-
onHookFindFunc
Defines the type of the function passed to g_hook_find().- Parameters:
hook
- a #GHookuser_data
- user data passed to g_hook_find_func()- Returns:
- %TRUE if the required #GHook has been found
-