get_contacts_uids
Description:
public async bool get_contacts_uids (string sexp, Cancellable? cancellable, out SList<string> out_contact_uids) throws Error
Query this with sexp
, receiving a list of contacts UIDs which matched.
The call is finished by get_contacts_uids.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 |