Subprocess

constructor(argv: List<String>, flags: SubprocessFlags)

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

The argument list is expected to be null-terminated.

Return

A newly created #GSubprocess, or null on error (and @error will be set)

Since

2.40

Parameters

argv

commandline arguments for the subprocess

flags

flags that define the behaviour of the subprocess


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)