Package ch.bailu.gtk.gio
Interface AppLaunchContextClass.OnGetStartupNotifyId
- Enclosing class:
- AppLaunchContextClass
- 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 TypeMethodDescriptiononGetStartupNotifyId
(CallbackHandler __self, AppLaunchContext context, AppInfo info, List files)
-
Method Details
-
onGetStartupNotifyId
Str onGetStartupNotifyId(CallbackHandler __self, @Nonnull AppLaunchContext context, @Nonnull AppInfo info, @Nonnull List files) - Parameters:
context
- a #GAppLaunchContextinfo
- a #GAppInfofiles
- a #GList of of #GFile objects- Returns:
- a startup notification ID for the application, or %NULL if not supported.
-