get_icon
Description:
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 | |
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. |