Schnittstelle InitableIface.OnInit

Umschließende Klasse:
InitableIface
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface InitableIface.OnInit
  • Methodendetails

    • onInit

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