get_contact_list_uids_sync


Description:

[ Version ( since = "3.10" ) ]
public bool get_contact_list_uids_sync (string query, Queue 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.

Parameters:

this

an BookBackend

query

a search query in S-expression format

out_uids

a Queue in which to deposit results

cancellable

optional Cancellable object, or null

Returns:

true on success, false on failure