remove_application


Description:

public bool remove_application (string uri, string name) throws BookmarkFileError

Removes application registered with name from the list of applications that have registered a bookmark for uri inside this.

In the event the URI cannot be found, false is returned and throws 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.

Parameters:

this

a BookmarkFile

uri

a valid URI

name

the name of the application

Returns:

true if the application was successfully removed.