get_applications
Description:
[ CCode ( array_length_type = "gsize" ) ]
public string[] get_applications (string uri) throws BookmarkFileError
public string[] get_applications (string uri) throws BookmarkFileError
Retrieves the names of the applications that have registered the bookmark for uri.
In the event the URI cannot be found, null is returned and throws is set to g_bookmark_file_error_uri_not_found.
Parameters:
| this | |
| uri |
a valid URI |
| length |
return location of the length of the returned list, or null |
Returns:
|
a newly allocated null-terminated array of strings. Use strfreev to free it. |