Method
CamelGpgKeyInfocopy
since: 3.50
Declaration [src]
CamelGpgKeyInfo*
camel_gpg_key_info_copy (
const CamelGpgKeyInfo* src
)
Parameters
src-
Type:
CamelGpgKeyInfoA source
CamelGpgKeyInfoto make a copy of.The argument can be NULL.
Return value
Type: CamelGpgKeyInfo
A copy of the src, or NULL,
when the src is also NULL.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL. |