Function
EDataServerWebDAVPropertyChangenew_remove
since: 3.26
Declaration [src]
EWebDAVPropertyChange*
e_webdav_property_change_new_remove (
const gchar* ns_uri,
const gchar* name
)
Description [src]
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.
Available since: 3.26
Parameters
ns_uri-
Type:
const gchar*Namespace URI of the property.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. name-
Type:
const gchar*Name of the property.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: EWebDAVPropertyChange
A new EWebDAVPropertyChange. Free it with
e_webdav_property_change_free(), when no longer needed.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |