Method
GtkRecentInfoget_applications
since: 2.10
Declaration [src]
gchar**
gtk_recent_info_get_applications (
GtkRecentInfo* info,
gsize* length
)
Description [src]
Retrieves the list of applications that have registered this resource.
Available since: 2.10
Parameters
length
-
Type:
gsize*
Return location for the length of the returned list.
The argument will be set by the function. The argument can be NULL
.
Return value
Type: An array of utf8
a newly allocated `NULL`-terminated array of strings.
Use `g_strfreev()` to free it.
The array is NULL -terminated. |
The length of the array is in the length argument. |
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
Each element is a NUL terminated UTF-8 string. |