Osso Addressbook Reference Manual |
---|
EContact mergingEContact merging — Merge contacts. |
EContact* osso_abook_merge_contacts (GList *contacts, GtkWindow *parent);
Functions that merge contacts together and deal with conflict resolution by presenting the user with a dialog.
EContact* osso_abook_merge_contacts (GList *contacts, GtkWindow *parent);
Merge all of the contacts provided into a single contact. If there are any conflicts in the name, then a dialog is shown so that the user can set the final name.
contacts : |
a GList of EContact objects |
parent : |
an optional parent GtkWindow |
Returns : | a new EContact. |
<< Library initialisation |