Method

EDataBookBookCacheSearchDatacopy

since: 3.26

Declaration [src]

EBookCacheSearchData*
e_book_cache_search_data_copy (
  const EBookCacheSearchData* data
)

Description

No description available.

Available since: 3.26

Parameters

data

Type: EBookCacheSearchData

A source EBookCacheSearchData to copy, or NULL.

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.