Method
EDataCalCalCacheSearchDatacopy
since: 3.26
Declaration [src]
ECalCacheSearchData*
e_cal_cache_search_data_copy (
const ECalCacheSearchData* data
)
Parameters
data-
Type:
ECalCacheSearchDataA source
ECalCacheSearchDatato copy, orNULL.The argument can be NULL.
Return value
Type: ECalCacheSearchData
Copy of the given data. Free it with
e_cal_cache_search_data_free() when no longer needed.
If the data 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. |