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.

class RecentInfo
bool
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

count uint

return location for the number of times this item was registered

time uint

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

Return Value

Type: bool

%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

Since

2.10