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

an WebDAVSession

uri

URI to issue the request for, or null to read from Source

out_entries

return location for a SList of WebDAVAccessControlEntry

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.