Use [glib.global.strfreev] to free it.
BookmarkFile.getApplications
string[] getApplications(string uri)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 error is set to G_BOOKMARK_FILE_ERROR_URI_NOT_FOUND.
Parameters
uri | a valid URI |
Returns
a newly allocated null-terminated array of strings.
Throws
[BookmarkFileException]