Similar to e_book_sqlitedb_search, but fetches only a list of contact UIDs.
The returned ret_list list should be freed with g_slist_free and all elements freed with
g_free.
| this |
An BookSqlite |
| sexp |
search expression; use null or an empty string to get all stored contacts. |
| ret_list |
Return location to store a SList of contact uids |
| cancellable |
|
true on success, otherwise false is returned and throws is set appropriately. |