get_acl_sync
Description:
public bool get_acl_sync (string? uri, out SList<WebDAVAccessControlEntry> out_entries, Cancellable? cancellable = null) throws Error
Gets Access Control List (ACL) for the uri, or, in case it's null, for the URI defined in associated
Source.
This function doesn't read general PROPERTY.
Free the returned out_entries with g_slist_free_full (entries, e_webdav_access_control_entry_free); when no longer needed.
Parameters:
| this | |
| uri |
URI to issue the request for, or |
| out_entries |
return location for a SList of WebDAVAccessControlEntry |
| cancellable |
optional Cancellable object, or |
Returns:
|
Whether succeeded. |