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.
this |
an BookClient |
sexp |
an S-expression representing the query |
out_view | |
cancellable |
a Cancellable; can be |
|