Package ch.bailu.gtk.gio
Interface AsyncInitableIface.OnInitFinish
- Enclosing class:
- AsyncInitableIface
- 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
onInitFinish
(CallbackHandler __self, AsyncInitable initable, AsyncResult res)
-
Method Details
-
onInitFinish
boolean onInitFinish(CallbackHandler __self, @Nonnull AsyncInitable initable, @Nonnull AsyncResult res) - Parameters:
initable
- a #GAsyncInitable.res
- a #GAsyncResult.- Returns:
- %TRUE if successful. If an error has occurred, this function will return %FALSE and set @error appropriately if present.
-