AppInfoT.createFromCommandline

Creates a new GAppInfo from the given information.

template AppInfoT(TStruct)
static
createFromCommandline

Parameters

commandline string

the commandline to use

applicationName string

the application name, or NULL to use commandline. [allow-none]

flags GAppInfoCreateFlags

flags that can specify details of the created GAppInfo

Return Value

Type: AppInfoIF

new GAppInfo for given command. [transfer full]

Throws

GException on failure.

Meta