Interface MountIface.OnUnmountFinish

Enclosing class:
MountIface
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 MountIface.OnUnmountFinish
  • Method Details

    • onUnmountFinish

      boolean onUnmountFinish(CallbackHandler __self, @Nonnull Mount mount, @Nonnull AsyncResult result)
      Parameters:
      mount - a #GMount.
      result - a #GAsyncResult.
      Returns:
      %TRUE if the mount was successfully unmounted. %FALSE otherwise.