Lists content of the uri, or, in case it's null, of the URI defined in associated
Source, which should point to a collection.
The flags influences which properties are read for the resources.
The out_resources is in no particular order.
Free the returned out_resources with g_slist_free_full (resources, e_webdav_resource_free); when no longer needed.
| this | |
| uri |
URI to issue the request for, or null to read from Source |
| depth |
requested depth, can be one of e_webdav_depth_this, e_webdav_depth_this_and_children or e_webdav_depth_infinity |
| flags |
a bit-or of WebDAVListFlags, claiming what properties to read |
| out_resources |
return location for the resources |
| cancellable |
optional Cancellable object, or null |
|
Whether succeeded. |