RecentInfo.getApplicationInfo

bool getApplicationInfo(string appName, out string appExec, out uint count, out long time)

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

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

Parameters

appNamethe name of the application that has registered this item
appExecreturn location for the string containing the command line
countreturn location for the number of times this item was registered
timereturn location for the timestamp this item was last registered for this application

Returns

true if an application with app_name has registered this

resource inside the recently used list, or false otherwise. The app_exec string is owned by the #GtkRecentInfo and should not be modified or freed