Method
EDataBookDataBookViewnotify_update_vcard
Declaration [src]
void
e_data_book_view_notify_update_vcard (
EDataBookView* view,
const gchar* id,
const gchar* vcard
)
Description [src]
Notify listeners that vcard has changed. This can
trigger an add, change or removal event depending on
whether the change causes the contact to start matching,
no longer match, or stay matching the query specified by view. This method should be preferred over
e_data_book_view_notify_update() when the native
representation of a contact is a vCard.