Package ch.bailu.gtk.gio
Interface InitableIface.OnInit
- Enclosing class:
- InitableIface
- 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
onInit
(CallbackHandler __self, Initable initable, Cancellable cancellable)
-
Method Details
-
onInit
boolean onInit(CallbackHandler __self, @Nonnull Initable initable, @Nullable Cancellable cancellable) - Parameters:
initable
- a #GInitable.cancellable
- optional #GCancellable object, %NULL to ignore.- Returns:
- %TRUE if successful. If an error has occurred, this function will return %FALSE and set @error appropriately if present.
-