Package ch.bailu.gtk.gio
Schnittstelle AppLaunchContextClass.OnGetStartupNotifyId
- 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 TypMethodeBeschreibungonGetStartupNotifyId
(CallbackHandler __self, AppLaunchContext context, AppInfo info, List files)
-
Methodendetails
-
onGetStartupNotifyId
Str onGetStartupNotifyId(CallbackHandler __self, @Nonnull AppLaunchContext context, @Nullable AppInfo info, @Nullable List files) - Parameter:
context
- the launch contextinfo
- the app infofiles
- a list of [iface@Gio.File] objects- Gibt zurück:
- a startup notification ID for the application, or `NULL` if not supported.
-