Subprocess.new_

Create a new process with the given flags and argument list.

The argument list is expected to be null-terminated.

Parameters

argvcommandline arguments for the subprocess
flagsflags that define the behaviour of the subprocess

Returns

A newly created #GSubprocess, or null on error (and error

will be set)

Throws

[ErrorWrap]