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