Gets current user privileges for the uri, or, in case it's null, for the URI defined in
associated Source, with optional read of the capabilities and what the user is allowed.
See options_sync for more information about the out_capabilities
and out_allows values.
Free the returned out_privileges with g_slist_free_full (privileges, e_webdav_privilege_free); when no longer needed.
| this | |
| uri |
URI to issue the request for, or null to read from Source |
| out_privileges |
return location for a gslist of WebDAVPrivilege |
| out_capabilities |
return location for DAV capabilities, or null |
| out_allows |
return location for allowed operations, or null |
| cancellable |
optional Cancellable object, or null |
|
Whether succeeded. |