BookmarkFile.getTitle

string getTitle(string uri = null)

Returns the title of the bookmark for uri.

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

In the event the URI cannot be found, null is returned and error is set to G_BOOKMARK_FILE_ERROR_URI_NOT_FOUND.

Parameters

uria valid URI or null

Returns

a newly allocated string or null if the specified

URI cannot be found.

Throws

[BookmarkFileException]