get_view
Description:
public async bool get_view (string sexp, Cancellable? cancellable, out ClientView out_view) throws Error
Query this with sexp
, creating an
ClientView.
The call is finished by get_view.end from the callback
.
Parameters:
this |
an Client |
sexp |
an S-expression representing the query. |
cancellable |
a Cancellable; can be null |
callback |
callback to call when a result is ready |
user_data |
user data for the |