Package ch.bailu.gtk.gio
Schnittstelle AsyncInitableIface.OnInitFinish
- Umschließende Klasse:
AsyncInitableIface
- 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
onInitFinish
(CallbackHandler __self, AsyncInitable initable, AsyncResult res)
-
Methodendetails
-
onInitFinish
boolean onInitFinish(CallbackHandler __self, @Nonnull AsyncInitable initable, @Nonnull AsyncResult res) - Parameter:
initable
- a #GAsyncInitable.res
- a #GAsyncResult.- Gibt zurück:
- %TRUE if successful. If an error has occurred, this function will return %FALSE and set @error appropriately if present.
-