Method
GtkRecentInfoget_application_info
since: 2.10
Declaration [src]
gboolean
gtk_recent_info_get_application_info (
GtkRecentInfo* info,
const gchar* app_name,
const gchar** app_exec,
guint* count,
time_t* time_
)
Description [src]
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.
Available since: 2.10
Parameters
app_name
-
Type:
const gchar*
The name of the application that has registered this item.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. app_exec
-
Type:
const gchar**
Return location for the string containing the command line.
The argument will be set by the function. The returned data is owned by the instance. The value is a NUL terminated UTF-8 string. count
-
Type:
guint*
Return location for the number of times this item was registered.
The argument will be set by the function. time_
-
Type:
time_t*
Return location for the timestamp this item was last registered for this application.
The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it.