search_with_callback


Description:

public bool search_with_callback (string? sexp, CalCacheSearchFunc func, Cancellable? cancellable = null) throws Error

Searches the this with the given sexp and calls func for each row which satisfy the search expression.

Parameters:

this

an CalCache

sexp

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

func

an CalCacheSearchFunc callback to call for each row which satisfies sexp

cancellable

optional Cancellable object, or null

user_data

user data for func

Returns:

Whether succeeded.