Method
EDataBookBookCacheSearchDatacopy
since: 3.26
Declaration [src]
EBookCacheSearchData*
e_book_cache_search_data_copy (
const EBookCacheSearchData* data
)
Parameters
data-
Type:
EBookCacheSearchDataA source
EBookCacheSearchDatato copy, orNULL.The argument can be NULL.
Return value
Type: EBookCacheSearchData
Copy of the given data. Free it with
e_book_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. |