GLib.BookmarkFile.prototype.get_applications

function get_applications(uri: String): [return_value: Array(String), length: Number(gsize)] {
    // Gjs wrapper for g_bookmark_file_get_applications()
}
  

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.

Since 2.12

uri

a valid URI

return_value

a newly allocated null-terminated array of strings. Use GLib.strfreev to free it.

length

return location of the length of the returned list, or null