search_components


Description:

public bool search_components (string? sexp, out SList<Component> out_components, Cancellable? cancellable = null) throws Error

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.

Parameters:

this

an CalCache

sexp

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

out_components

stored components satisfied by sexp

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.