will be set)
Subprocess.new_
gio.subprocess.Subprocess new_(string[] argv, gio.types.SubprocessFlags flags)Create a new process with the given flags and argument list.
The argument list is expected to be null-terminated.
Parameters
argv | commandline arguments for the subprocess |
flags | flags that define the behaviour of the subprocess |
Returns
A newly created #GSubprocess, or null on error (and error
Throws
[ErrorWrap]