get_is_private
Description:
Gets whether the private flag of the bookmark for uri
is set.
In the event the URI cannot be found, false is returned and throws is set to g_bookmark_file_error_uri_not_found. In the event that the private flag cannot be found, false is returned and throws is set to g_bookmark_file_error_invalid_value.
Parameters:
this | |
uri |
a valid URI |
Returns:
true if the private flag is set, false otherwise. |