get_view_sync
Description:
public bool get_view_sync (string sexp, out CalClientView view, Cancellable? cancellable = null) throws Error
Query client
with sexp
, creating an CalClientView.
If successful, then the view
is set to newly allocated
CalClientView, which should be freed with unref.
Parameters:
sexp |
an S-expression representing the query. |
view | |
cancellable |
a Cancellable; can be null |
Returns:
true if successful, false otherwise. |