Gio.AppLaunchContext.prototype.launch_failed

function launch_failed(startup_notify_id: String): void {
    // Gjs wrapper for g_app_launch_context_launch_failed()
}
  

Called when an application has failed to launch, so that it can cancel the application startup notification started in Gio.AppLaunchContext.prototype.get_startup_notify_id.

startup_notify_id

the startup notification id that was returned by Gio.AppLaunchContext.prototype.get_startup_notify_id.