get_supported_privilege_set_sync
Description:
public bool get_supported_privilege_set_sync (string? uri, out Node out_privileges, Cancellable? cancellable = null) throws Error
Gets supported privileges for the uri
, or, in case it's null
, for the URI defined in associated
Source.
The root node of out_privileges
has always null
data.
Free the returned out_privileges
with
util_free_privileges when no longer needed.
Parameters:
this | |
uri |
URI to issue the request for, or |
out_privileges |
return location for the tree of supported privileges |
cancellable |
optional Cancellable object, or |
Returns:
Whether succeeded. |