gtkRecentInfoGetApplicationInfo {RGtk2} | R Documentation |
Gets the data regarding the application that has registered the resource
pointed by info
.
gtkRecentInfoGetApplicationInfo(object, app.name)
|
[GtkRecentInfo ] a GtkRecentInfo |
|
[character] the name of the application that has registered this item |
If the command line contains any escape characters defined inside the storage specification, they will be expanded.
Since 2.10
A list containing the following elements:
retval |
[logical] TRUE if an application with app.name has registered this
resource inside the recently used list, or FALSE otherwise. |
|
[character] return location for the string containing the command line |
|
[numeric] return location for the number of times this item was registered |
|
[integer] return location for the timestamp this item was last registered for this application |
Derived by RGtkGen from GTK+ documentation