get_title
Description:
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 | |
uri |
a valid URI or null |
Returns:
a newly allocated string or null if the specified URI cannot be found. |