Method
EDataServerWebDAVPropertyChangecopy
since: 3.26
Declaration [src]
EWebDAVPropertyChange*
e_webdav_property_change_copy (
const EWebDAVPropertyChange* src
)
Parameters
src-
Type:
EWebDAVPropertyChangeAn
EWebDAVPropertyChangeto make a copy of.The argument can be NULL.
Return value
Type: EWebDAVPropertyChange
A new EWebDAVPropertyChange prefilled
with the same values as src, or NULL, when src is NULL.
Free it with e_webdav_property_change_free(), when no longer needed.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL. |