Package ch.bailu.gtk.glib
Schnittstelle Hook.OnHookFindFunc
- Umschließende Klasse:
Hook
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
onHookFindFunc
(CallbackHandler __self, Hook hook, Pointer data) Defines the type of the function passed to g_hook_find().
-
Methodendetails
-
onHookFindFunc
Defines the type of the function passed to g_hook_find().- Parameter:
hook
- a #GHookdata
- user data passed to g_hook_find_func()- Gibt zurück:
- %TRUE if the required #GHook has been found
-