Parse.launchv

Create a new element based on command line syntax. error will contain an error message if an erroneuos pipeline is specified. An error does not mean that the pipeline could not be constructed.

class Parse
static
launchv
(
string[] argv
)

Parameters

argv string[]

null-terminated array of arguments. in[array zero-terminated=1]

Return Value

Type: Element

a new element on success and NULL on failure. [transfer full]

Throws

GException on failure.

Meta