URI cannot be found.
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
uri | a valid URI or null |
Returns
a newly allocated string or null if the specified
Throws
[BookmarkFileException]