an #EWebDAVPropertyChange
Creates a new #EWebDAVPropertyChange of kind %E_WEBDAV_PROPERTY_REMOVE, which is used to remove the given property. To change property value use e_webdav_property_change_new_set() instead.
namespace URI of the property
name of the property
Creates a new #EWebDAVPropertyChange of kind %E_WEBDAV_PROPERTY_SET,
which is used to modify or set the property value. The value
is a string
representation of the value to store. It can be %NULL, but it means
an empty value, not to remove it. To remove property use
e_webdav_property_change_new_remove() instead.
namespace URI of the property
name of the property
value of the property, or %NULL for empty value
Frees an #EWebDAVPropertyChange previously created with e_webdav_property_change_new_set(), e_webdav_property_change_new_remove() or or e_webdav_property_change_copy(). The function does nothing, if
ptr
is %NULL.