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.

@FunctionalInterface public static interface Hook.OnHookFindFunc
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    Defines the type of the function passed to g_hook_find().
  • Methodendetails

    • onHookFindFunc

      boolean onHookFindFunc(CallbackHandler __self, @Nonnull Hook hook, @Nullable Pointer data)
      Defines the type of the function passed to g_hook_find().
      Parameter:
      hook - a #GHook
      data - user data passed to g_hook_find_func()
      Gibt zurück:
      %TRUE if the required #GHook has been found