Similar to search, but fetches only a list of contact UIDs.
The returned out_list list should be freed with g_slist_free_full(list, g_free) when no longer needed.
| this |
An BookCache |
| sexp |
search expression; use null or an empty string to get all stored contacts |
| out_list |
Return location to store a SList of contact uids |
| cancellable |
optional Cancellable object, or null |
|
true on success, otherwise false is returned and throws is set appropriately. |