Creates a new #GAppInfo from the given information.
Note that for @commandline, the quoting rules of the Exec key of the freedesktop.org Desktop Entry Specification
are applied. For example, if the @commandline contains percent-encoded URIs, the percent-character must be doubled in order to prevent it from being swallowed by Exec key unquoting. See the specification for exact quoting rules.
the commandline to use
the application name, or %NULL to use @commandline
flags that can specify details of the created #GAppInfo
Return: new #GAppInfo for given command.
GException on failure.
See Implementation
Creates a new #GAppInfo from the given information.
Note that for @commandline, the quoting rules of the Exec key of the freedesktop.org Desktop Entry Specification
are applied. For example, if the @commandline contains percent-encoded URIs, the percent-character must be doubled in order to prevent it from being swallowed by Exec key unquoting. See the specification for exact quoting rules.