Package ch.bailu.gtk.gio
Interface AppInfoIface.OnLaunch
- Enclosing class:
- AppInfoIface
- 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 TypeMethodDescriptionboolean
onLaunch
(CallbackHandler __self, AppInfo appinfo, List files, AppLaunchContext context)
-
Method Details
-
onLaunch
boolean onLaunch(CallbackHandler __self, @Nonnull AppInfo appinfo, @Nullable List files, @Nullable AppLaunchContext context) - Parameters:
appinfo
- a #GAppInfofiles
- a #GList of #GFile objectscontext
- a #GAppLaunchContext or %NULL- Returns:
- %TRUE on successful launch, %FALSE otherwise.
-