Gets current user privileges for the uri, or, in case it's null, for the URI defined in
associated Source.
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 |
| cancellable |
optional Cancellable object, or null |
|
Whether succeeded. |