Package ch.bailu.gtk.gio
Interface AppLaunchContextClass.OnLaunched
- 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 TypeMethodDescriptionvoid
onLaunched
(CallbackHandler __self, AppLaunchContext context, AppInfo info, Variant platform_data)
-
Method Details
-
onLaunched
void onLaunched(CallbackHandler __self, @Nonnull AppLaunchContext context, @Nonnull AppInfo info, @Nonnull Variant platform_data) - Parameters:
context
-info
-platform_data
-
-