Struct
EDataServerWebDAVResource
Description
struct EWebDAVResource {
EWebDAVResourceKind kind;
guint32 supports;
gchar* href;
gchar* etag;
gchar* display_name;
gchar* content_type;
gsize content_length;
glong creation_date;
glong last_modified;
gchar* description;
gchar* color;
guint order;
}
No description available.
Structure members
kind:EWebDAVResourceKindNo description available.
supports:guint32No description available.
href:gchar*No description available.
etag:gchar*No description available.
display_name:gchar*No description available.
content_type:gchar*No description available.
content_length:gsizeNo description available.
creation_date:glongNo description available.
last_modified:glongNo description available.
description:gchar*No description available.
color:gchar*No description available.
order:guintNo description available.
Constructors
e_webdav_resource_new
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.
since: 3.26
Functions
e_webdav_resource_free
Frees an EWebDAVResource previously created with e_webdav_resource_new()
or e_webdav_resource_copy(). The function does nothing, if ptr is NULL.
since: 3.26