Method
CamelMessageContentInfocopy
since: 3.24
Declaration [src]
CamelMessageContentInfo*
camel_message_content_info_copy (
const CamelMessageContentInfo* src
)
Parameters
src-
Type:
CamelMessageContentInfoA source
CamelMessageContentInfoto copy.The argument can be NULL.
Return value
Type: CamelMessageContentInfo
A copy of src, or NULL, if src was NULL.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL. |