gAppInfoCreateFromCommandline {RGtk2} | R Documentation |
Creates a new GAppInfo
from the given information.
gAppInfoCreateFromCommandline(commandline, application.name = NULL, flags = "G_APP_INFO_CREATE_NONE", .errwarn = TRUE)
|
the commandline to use |
|
the application name, or |
|
flags that can specify details of the created |
.errwarn |
Whether to issue a warning on error or fail silently |
A list containing the following elements:
retval |
|
|
a |
Derived by RGtkGen from GTK+ documentation