Subprocess.newv
Description:
[ CCode ( cname = "g_subprocess_newv" , has_construct_function = false ) ]
public Subprocess.newv (string[] argv, SubprocessFlags flags) throws Error
public Subprocess.newv (string[] argv, SubprocessFlags flags) throws Error
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 Subprocess, or null on error (and throws will be set) |