Method
EBackendCacheOfflineChangecopy
since: 3.26
Declaration [src]
ECacheOfflineChange*
e_cache_offline_change_copy (
const ECacheOfflineChange* change
)
Parameters
change-
Type:
ECacheOfflineChangeA source
ECacheOfflineChangeto copy, orNULL.The argument can be NULL.
Return value
Type: ECacheOfflineChange
Copy of the given change.
Free it with e_cache_offline_change_free() when no longer
needed. If the change 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. |