Interface ContentProviderClass.OnWriteMimeTypeFinish

Enclosing class:
ContentProviderClass
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 ContentProviderClass.OnWriteMimeTypeFinish
  • Method Details

    • onWriteMimeTypeFinish

      boolean onWriteMimeTypeFinish(CallbackHandler __self, @Nonnull ContentProvider provider, @Nonnull AsyncResult result)
      Parameters:
      provider - a `GdkContentProvider`
      result - a `GAsyncResult`
      Returns:
      %TRUE if the operation was completed successfully. Otherwise @error will be set to describe the failure.