E.WebDAVResource – libedataserver-1.2 Reference Manual
WebDAVResource
Object Hierarchy:
E.WebDAVResource
E.WebDAVResource
E.WebDAVResource
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, lower_case_csuffix =
"webdav_resource"
, type_id =
"e_webdav_resource_get_type ()"
) ]
[
Compact
]
public
class
WebDAVResource
Namespace:
E
Package:
libedataserver-1.2
Content:
Static methods:
public
static
void
free
(
void
* ptr)
Creation methods:
public
WebDAVResource
(
WebDAVResourceKind
kind,
uint32
supports,
string
href,
string
? etag,
string
? display_name,
string
? content_type,
size_t
content_length,
long
creation_date,
long
last_modified,
string
? description,
string
? color,
uint
order)
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.
Methods:
public
WebDAVResource
?
copy
()
Fields:
public
unowned
string
color
public
size_t
content_length
public
unowned
string
content_type
public
long
creation_date
public
unowned
string
description
public
unowned
string
display_name
public
unowned
string
etag
public
unowned
string
href
public
WebDAVResourceKind
kind
public
long
last_modified
public
uint
order
public
uint32
supports
2022 vala-language.org