RecentInfo.getApplicationInfo

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. Since 2.10

class RecentInfo
int
getApplicationInfo
(
string appName
,
out string appExec
,
out uint count
,
out uint time
)

Parameters

appName string

the name of the application that has registered this item

appExec string

return location for the string containing the command line. [transfer none]out

count uint

return location for the number of times this item was registered. out

time uint

return location for the timestamp this item was last registered for this application. out

Return Value

Type: int

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

Meta