Package ch.bailu.gtk.gio
Interface AppLaunchContextClass.OnLaunchFailed
- 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
onLaunchFailed
(CallbackHandler __self, AppLaunchContext context, Str startup_notify_id)
-
Method Details
-
onLaunchFailed
void onLaunchFailed(CallbackHandler __self, @Nonnull AppLaunchContext context, @Nonnull Str startup_notify_id) - Parameters:
context
- a #GAppLaunchContext.startup_notify_id
- the startup notification id that was returned by g_app_launch_context_get_startup_notify_id().
-