Interface AsyncInitableIface.OnInitFinish

Enclosing class:
AsyncInitableIface
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 AsyncInitableIface.OnInitFinish
  • Method Details

    • onInitFinish

      boolean onInitFinish(CallbackHandler __self, @Nonnull AsyncInitable initable, @Nonnull AsyncResult res)
      Parameters:
      initable - a #GAsyncInitable.
      res - a #GAsyncResult.
      Returns:
      %TRUE if successful. If an error has occurred, this function will return %FALSE and set @error appropriately if present.