search_uids


Description:

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

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.

Parameters:

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

Returns:

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