Package ch.bailu.gtk.gio
Interface OutputStreamClass.OnCloseFinish
- Enclosing class:
- OutputStreamClass
- 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
onCloseFinish
(CallbackHandler __self, OutputStream stream, AsyncResult result)
-
Method Details
-
onCloseFinish
boolean onCloseFinish(CallbackHandler __self, @Nonnull OutputStream stream, @Nonnull AsyncResult result) - Parameters:
stream
- a #GOutputStream.result
- a #GAsyncResult.- Returns:
- %TRUE if stream was successfully closed, %FALSE otherwise.
-