search


Description:

public bool search (string? sexp, out SList<CalCacheSearchData> out_data, Cancellable? cancellable = null) throws Error

Searches the this with the given sexp and returns those components which satisfy the search expression as a SList of CalCacheSearchData.

The out_data should be freed with g_slist_free_full (data, e_cal_cache_search_data_free); when no longer needed.

Parameters:

this

an CalCache

sexp

search expression; use null or an empty string to list all stored components

out_data

stored components, as search data, satisfied by sexp

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.