Package ch.bailu.gtk.gio
Schnittstelle AppLaunchContextClass.OnLaunchFailed
- Umschließende Klasse:
AppLaunchContextClass
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onLaunchFailed
(CallbackHandler __self, AppLaunchContext context, Str startup_notify_id)
-
Methodendetails
-
onLaunchFailed
void onLaunchFailed(CallbackHandler __self, @Nonnull AppLaunchContext context, @Nonnull Str startup_notify_id) - Parameter:
context
- the launch contextstartup_notify_id
- the startup notification id that was returned by [method@Gio.AppLaunchContext.get_startup_notify_id].
-