Package ch.bailu.gtk.gio
Schnittstelle InitableIface.OnInit
- Umschließende Klasse:
InitableIface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
onInit
(CallbackHandler __self, Initable initable, Cancellable cancellable)
-
Methodendetails
-
onInit
boolean onInit(CallbackHandler __self, @Nonnull Initable initable, @Nullable Cancellable cancellable) - Parameter:
initable
- a #GInitable.cancellable
- optional #GCancellable object, %NULL to ignore.- Gibt zurück:
- %TRUE if successful. If an error has occurred, this function will return %FALSE and set @error appropriately if present.
-