Method
EDataServerWebDAVAccessControlEntrycopy
since: 3.26
Declaration [src]
EWebDAVAccessControlEntry*
e_webdav_access_control_entry_copy (
const EWebDAVAccessControlEntry* src
)
Parameters
src-
Type:
EWebDAVAccessControlEntryAn
EWebDAVAccessControlEntryto make a copy of.The argument can be NULL.
Return value
Type: EWebDAVAccessControlEntry
A new EWebDAVAccessControlEntry
prefilled with the same values as src, or NULL, when src is NULL.
Free it with e_webdav_access_control_entry_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. |