Method
EDataBookDataBookrespond_get_contact_list_uids
since: 3.2
Declaration [src]
void
e_data_book_respond_get_contact_list_uids (
EDataBook* book,
guint32 opid,
GError* error,
const GSList* uids
)
Description [src]
Finishes a call to get list of UIDs which satisfy certain criteria.
Available since: 3.2
Parameters
opid-
Type:
guint32An operation ID.
error-
Type:
GErrorOperation error, if any, automatically freed if passed it.
The data is owned by the caller of the method. uids-
Type: A list of
utf8A list of picked UIDs, empty on error.
The data is owned by the caller of the method. Each element is a NUL terminated UTF-8 string.