Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gAppInfoCreateFromCommandline

gAppInfoCreateFromCommandline


Description

Creates a new GAppInfo from the given information.

Usage

gAppInfoCreateFromCommandline(commandline, application.name = NULL, 
    flags = "G_APP_INFO_CREATE_NONE", .errwarn = TRUE)

Arguments

commandline

the commandline to use

application.name

the application name, or NULL to use commandline

flags

flags that can specify details of the created GAppInfo

.errwarn

Whether to issue a warning on error or fail silently

Value

A list containing the following elements:

retval

[GAppInfo] new GAppInfo for given command.

error

a GError location to store the error occuring, NULL to ignore.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.