Package ch.bailu.gtk.gio
Interface AppInfoIface.OnLaunchUris
- 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
onLaunchUris
(CallbackHandler __self, AppInfo appinfo, List uris, AppLaunchContext context)
-
Method Details
-
onLaunchUris
boolean onLaunchUris(CallbackHandler __self, @Nonnull AppInfo appinfo, @Nullable List uris, @Nullable AppLaunchContext context) - Parameters:
appinfo
- a #GAppInfouris
- a #GList containing URIs to launch.context
- a #GAppLaunchContext or %NULL- Returns:
- %TRUE on successful launch, %FALSE otherwise.
-