get_application_info


Description:

public bool get_application_info (string app_name, out unowned string app_exec, out uint count, out time_t time_)

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

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

Parameters:

this

a RecentInfo

app_name

the name of the application that has registered this item

app_exec

return location for the string containing the command line

count

return location for the number of times this item was registered

time_

return 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 RecentInfo and should not be modified or freed