get_title


Description:

public string get_title (string uri) throws BookmarkFileError

Returns the title of the bookmark for uri.

If uri is null, the title of this is returned.

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

a BookmarkFile

uri

a valid URI or null

Returns:

a newly allocated string or null if the specified URI cannot be found.