gtkRecentInfoGetApplicationInfo {RGtk2}R Documentation

gtkRecentInfoGetApplicationInfo

Description

Gets the data regarding the application that has registered the resource pointed by info.

Usage

gtkRecentInfoGetApplicationInfo(object, app.name)

Arguments

object [GtkRecentInfo] a GtkRecentInfo
app.name [character] the name of the application that has registered this item

Details

If the command line contains any escape characters defined inside the storage specification, they will be expanded.

Since 2.10

Value

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.
app.exec [character] return location for the string containing the command line
count [numeric] return location for the number of times this item was registered
time. [integer] return location for the timestamp this item was last registered for this application

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]