an #EWebDAVResourceKind of the resource
bit-or of #EWebDAVResourceSupports values
href of the resource
optional ETag of the resource, or %NULL
optional display name of the resource, or %NULL
optional Content-Type of the resource, or %NULL
optional Content-Length of the resource, or 0
optional date of creation of the resource, or 0
optional last modified time of the resource, or 0
optional description of the resource, or %NULL
optional color of the resource, or %NULL
sort order of the resource, or (guint) -1
Frees an #EWebDAVResource previously created with e_webdav_resource_new()
or e_webdav_resource_copy(). The function does nothing, if ptr
is %NULL.
an #EWebDAVResource
Some values of the resource are not always valid, depending on the kind,
but also whether server stores such values and whether it had been asked
for them to be fetched.
The etag
for %E_WEBDAV_RESOURCE_KIND_COLLECTION can be a change tag instead.
an #EWebDAVResourceKind of the resource
bit-or of #EWebDAVResourceSupports values
href of the resource
optional ETag of the resource, or %NULL
optional display name of the resource, or %NULL
optional Content-Type of the resource, or %NULL
optional Content-Length of the resource, or 0
optional date of creation of the resource, or 0
optional last modified time of the resource, or 0
optional description of the resource, or %NULL
optional color of the resource, or %NULL
sort order of the resource, or (guint) -1
Some values of the resource are not always valid, depending on the
kind,
but also whether server stores such values and whether it had been asked for them to be fetched.The
etag
for %E_WEBDAV_RESOURCE_KIND_COLLECTION can be a change tag instead.