get_view_sync
Description:
public bool get_view_sync (string sexp, out BookClientView out_view, Cancellable? cancellable = null) throws Error
Query this with sexp
, creating an
BookClientView.
If successful, then the out_view
is set to newly allocated
BookClientView, which should be freed with unref.
Note: sexp
can be obtained through BookQuery, by converting it
to a string with to_string.
Parameters:
this |
an BookClient |
sexp |
an S-expression representing the query |
out_view | |
cancellable |
a Cancellable; can be |
Returns:
|