get_object_list
Description:
public async bool get_object_list (string sexp, Cancellable? cancellable, out SList<Component> out_icalcomps) throws Error
Gets a list of objects from the calendar that match the query specified by the sexp
argument, returning matching objects as a list
of Component-s.
The call is finished by get_object_list.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 |