get_view
Description:
public async bool get_view (string sexp, Cancellable? cancellable, out BookClientView out_view) throws Error
Query this with sexp
, creating an
BookClientView.
The call is finished by get_view.end from the callback
.
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 |
cancellable |
a Cancellable; can be |
callback |
callback to call when a result is ready |
user_data |
user data for the |