Searches the this with the given sexp and returns those components which satisfy the
search expression.
The out_components should be freed with g_slist_free_full (components, g_object_unref); when no longer needed.
| this |
an CalCache |
| sexp |
search expression; use null or an empty string to list all stored components |
| out_components |
stored components satisfied by |
| cancellable |
optional Cancellable object, or null |
|
Whether succeeded. |