Gio.AppLaunchContext

const Gio = imports.gi.Gio;

let appLaunchContext = new Gio.AppLaunchContext();
  

Integrating the launch with the launching application. This is used to handle for instance startup notification and launching the new application on the same screen as the launching window.

Hierarchy

  • GObject.Object
    • Gio.AppLaunchContext