GLib.BookmarkFile.prototype.remove_application
function remove_application(uri: String, name: String): Boolean { // Gjs wrapper for g_bookmark_file_remove_application() }
Removes application registered with name from the list of applications that have registered a bookmark for uri inside bookmark.
In the event the URI cannot be found, false is returned and @error is set to #G_BOOKMARK_FILE_ERROR_URI_NOT_FOUND. In the event that no application with name @app_name has registered a bookmark for uri, false is returned and error is set to #G_BOOKMARK_FILE_ERROR_APP_NOT_REGISTERED.
Since 2.12
- uri
a valid URI
- name
the name of the application
- Returns
true if the application was successfully removed.