Gio.SubprocessLauncher.new

function new(flags: Gio.SubprocessFlags): Gio.SubprocessLauncher {
    // Gjs wrapper for g_subprocess_launcher_new()
}
  

Creates a new Gio.SubprocessLauncher.

The launcher is created with the default options. A copy of the environment of the calling process is made at the time of this call and will be used as the environment that the process is launched in.

Since 2.40

flags

Gio.SubprocessFlags

Returns