E.WebDAVPropertyChange – libedataserver-1.2 Reference Manual
Packages
libedataserver-1.2
E
WebDAVPropertyChange
free
WebDAVPropertyChange.remove
WebDAVPropertyChange.set
copy
kind
name
ns_uri
value
WebDAVPropertyChange
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, lower_case_csuffix =
"webdav_property_change"
, type_id =
"e_webdav_property_change_get_type ()"
) ]
[
Compact
]
public
class
WebDAVPropertyChange
Namespace:
E
Package:
libedataserver-1.2
Content:
Static methods:
public
static
void
free
(
void
* ptr)
Creation methods:
public
WebDAVPropertyChange.remove
(
string
ns_uri,
string
name)
Creates a new
WebDAVPropertyChange
of kind
e_webdav_property_remove
, which is used to remove the given property.
public
WebDAVPropertyChange.set
(
string
ns_uri,
string
name,
string
? value)
Creates a new
WebDAVPropertyChange
of kind
e_webdav_property_set
, which is used to modify or set the property value.
Methods:
public
WebDAVPropertyChange
?
copy
()
Fields:
public
WebDAVPropertyChangeKind
kind
public
unowned
string
name
public
unowned
string
ns_uri
public
unowned
string
value