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.
| 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 |
| cancellable |
optional Cancellable object, or null |
|
Whether succeeded. |