Method
EDataBookDataBookrespond_get_contact_list
since: 3.2
Declaration [src]
void
e_data_book_respond_get_contact_list (
EDataBook* book,
guint32 opid,
GError* error,
const GSList* contacts
)
Description [src]
Finishes a call to get list of EContact, 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. contacts-
Type: A list of
EContact*A list of
EContact, empty on error.The data is owned by the caller of the method.