Method
EBackendCacheColumnInfocopy
since: 3.26
Declaration [src]
ECacheColumnInfo*
e_cache_column_info_copy (
const ECacheColumnInfo* info
)
Parameters
info-
Type:
ECacheColumnInfoA source
ECacheColumnInfoto copy, orNULL.The argument can be NULL.
Return value
Type: ECacheColumnInfo
Copy of the given info.
Free it with e_cache_column_info_free() when no longer needed.
If the info is NULL, then returns NULL as well.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL. |