search_ids


Description:

public bool search_ids (string? sexp, out SList<ComponentId> out_ids, Cancellable? cancellable = null) throws Error

Searches the this with the given sexp and returns ECalComponentId for those components which satisfy the search expression.

The out_ids should be freed with g_slist_free_full (ids, (GDestroyNotify) e_cal_component_id_free); when no longer needed.

Parameters:

this

an CalCache

sexp

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

out_ids

IDs of stored components satisfied by sexp

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.