diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-26 22:26:44 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-26 22:26:44 +0800 |
commit | 3ad502003f6306775f95df7d55d043a0359aa5e2 (patch) | |
tree | 8dc311096add1a58d0eea52724754bafae4cb36c /addressbook/conduit/address-conduit.h | |
parent | d609a3a09c88b9fc96f300b3637fb1b14f282142 (diff) | |
download | gsoc2013-evolution-3ad502003f6306775f95df7d55d043a0359aa5e2.tar.gz gsoc2013-evolution-3ad502003f6306775f95df7d55d043a0359aa5e2.tar.zst gsoc2013-evolution-3ad502003f6306775f95df7d55d043a0359aa5e2.zip |
new member
2001-10-26 JP Rosevear <jpr@ximian.com>
* conduit/address-conduit.h: new member
* conduit/address-conduit.c (print_remote): free the struct after
using it
(e_addr_context_new): make consistent with other conduits
(e_addr_context_destroy): properly destroy the context
(cursor_cb): no need to ref the card, its done for us
(clear_entry_text): util function to free a field
(free_local): free a local record
(local_record_to_pilot_record): use a static buffer so we don't
have to free it later
(local_record_from_ecard): only fill in the fields we might not
sync, clear a field before replacing the contents
(for_each): track locals
(for_each_modified): ditto
(free_match): use free_local
svn path=/trunk/; revision=14138
Diffstat (limited to 'addressbook/conduit/address-conduit.h')
-rw-r--r-- | addressbook/conduit/address-conduit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/conduit/address-conduit.h b/addressbook/conduit/address-conduit.h index 0b9cc5e551..2cb33a9c1b 100644 --- a/addressbook/conduit/address-conduit.h +++ b/addressbook/conduit/address-conduit.h @@ -62,6 +62,7 @@ struct _EAddrConduitContext { GList *cards; GList *changed; GHashTable *changed_hash; + GList *locals; gboolean address_load_tried; gboolean address_load_success; |