Interface MountIface.OnRemountFinish

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.OnRemountFinish
  • Method Details

    • onRemountFinish

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