search_uids


Description:

public bool search_uids (string? sexp, out SList<string> ret_list, Cancellable? cancellable = null) throws Error

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.

Parameters:

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

A Cancellable

Returns:

true on success, otherwise false is returned and throws is set appropriately.