Package ch.bailu.gtk.gdk
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.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onWriteMimeTypeFinish
(CallbackHandler __self, ContentProvider provider, AsyncResult result)
-
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.
-