diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2004-06-26 09:42:27 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-06-26 09:42:27 +0800 |
commit | 8993f0bf1298bcbad2fd9f7eb044ccb493897d9d (patch) | |
tree | ec42acbfa3583bc3711961367ae971ebaaedc60a /addressbook/gui/merging/eab-contact-compare.h | |
parent | 19ed9cded5ddbf8529262c647f8688bfa4f408ef (diff) | |
download | gsoc2013-evolution-8993f0bf1298bcbad2fd9f7eb044ccb493897d9d.tar gsoc2013-evolution-8993f0bf1298bcbad2fd9f7eb044ccb493897d9d.tar.gz gsoc2013-evolution-8993f0bf1298bcbad2fd9f7eb044ccb493897d9d.tar.bz2 gsoc2013-evolution-8993f0bf1298bcbad2fd9f7eb044ccb493897d9d.tar.lz gsoc2013-evolution-8993f0bf1298bcbad2fd9f7eb044ccb493897d9d.tar.xz gsoc2013-evolution-8993f0bf1298bcbad2fd9f7eb044ccb493897d9d.tar.zst gsoc2013-evolution-8993f0bf1298bcbad2fd9f7eb044ccb493897d9d.zip |
Implement. (eab_contact_compare_name): Don't leak if only one of the
2004-06-25 Hans Petter Jansson <hpj@ximian.com>
* gui/meging/eab-contact-compare.[ch] (eab_contact_compare_file_as):
Implement.
(eab_contact_compare_name): Don't leak if only one of the strings is
NULL.
(use_common_book_cb): Include file_as in query.
svn path=/trunk/; revision=26527
Diffstat (limited to 'addressbook/gui/merging/eab-contact-compare.h')
-rw-r--r-- | addressbook/gui/merging/eab-contact-compare.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/merging/eab-contact-compare.h b/addressbook/gui/merging/eab-contact-compare.h index 4b97b3c698..153e44aef1 100644 --- a/addressbook/gui/merging/eab-contact-compare.h +++ b/addressbook/gui/merging/eab-contact-compare.h @@ -56,6 +56,7 @@ EABContactMatchType eab_contact_compare_name_to_string_full (EContact *contact, gint *matched_parts, EABContactMatchPart *first_matched_part, gint *matched_character_count); +EABContactMatchType eab_contact_compare_file_as (EContact *contact1, EContact *contact2); EABContactMatchType eab_contact_compare_name (EContact *contact1, EContact *contact2); EABContactMatchType eab_contact_compare_nickname (EContact *contact1, EContact *contact2); EABContactMatchType eab_contact_compare_email (EContact *contact1, EContact *contact2); |