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.

@FunctionalInterface public static interface HookList.OnHookCheckMarshaller
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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 #GHook
      user_data - user data
      Returns:
      %FALSE if @hook should be destroyed