Interface InitableIface.OnInit

Enclosing class:
InitableIface
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 InitableIface.OnInit
  • Method Details

    • onInit

      boolean onInit(CallbackHandler __self, @Nonnull Initable initable, @Nullable Cancellable cancellable)
      Parameters:
      initable - a #GInitable.
      cancellable - optional #GCancellable object, %NULL to ignore.
      Returns:
      %TRUE if successful. If an error has occurred, this function will return %FALSE and set @error appropriately if present.