[ Version ( since = "3.34" ) ]
public bool get_contact_list_uids (string query, out SList<string> out_uids, Cancellable? cancellable = null) throws Error
Obtains a set of ID strings for contacts which satisfy the criteria specified in query, and deposits them in out_uids
.
The returned ID strings must be freed with g_free with finished with them.
If an error occurs, the function will set throws and return false. Note that an empty result set does not necessarily imply an error.
| this | |
| query |
a search query in S-expression format |
| out_uids |
a SList in which to deposit results |
| cancellable |
optional Cancellable object, or null |
|
true on success, false on failure |