get_icon


Description:

public bool get_icon (string uri, out string href, out string mime_type) throws BookmarkFileError

Gets the icon of the bookmark for uri.

In the event the URI cannot be found, false is returned and throws is set to g_bookmark_file_error_uri_not_found.

Parameters:

this

a BookmarkFile

uri

a valid URI

href

return location for the icon's location or null

mime_type

return location for the icon's MIME type or null

Returns:

true if the icon for the bookmark for the URI was found. You should free the returned strings.