Method
EDataBookDataBookrespond_modify_contacts
since: 3.4
Declaration [src]
void
e_data_book_respond_modify_contacts (
EDataBook* book,
guint32 opid,
GError* error,
const GSList* contacts
)
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 modified
EContact(s), empty on error.The data is owned by the caller of the method.