Function

EDataCalCalCacheSearchDatafree

since: 3.26

Declaration [src]

void
e_cal_cache_search_data_free (
  gpointer ptr
)

Description [src]

Frees the ptr structure, previously allocated with e_cal_cache_search_data_new() or e_cal_cache_search_data_copy().

Available since: 3.26

Parameters

ptr

Type: gpointer

An ECalCacheSearchData.

The argument can be NULL.
The data is owned by the caller of the function.