Sets the flags on the launcher.
The default flags are gio.types.SubprocessFlags.None.
You may not set flags that specify conflicting options for how to handle a particular stdio stream (eg: specifying both gio.types.SubprocessFlags.StdinPipe and gio.types.SubprocessFlags.StdinInherit).
You may also not set a flag that conflicts with a previous call to a function like gio.subprocess_launcher.SubprocessLauncher.setStdinFilePath or gio.subprocess_launcher.SubprocessLauncher.takeStdoutFd.
#GSubprocessFlags
Sets the flags on the launcher.
The default flags are gio.types.SubprocessFlags.None.
You may not set flags that specify conflicting options for how to handle a particular stdio stream (eg: specifying both gio.types.SubprocessFlags.StdinPipe and gio.types.SubprocessFlags.StdinInherit).
You may also not set a flag that conflicts with a previous call to a function like gio.subprocess_launcher.SubprocessLauncher.setStdinFilePath or gio.subprocess_launcher.SubprocessLauncher.takeStdoutFd.