aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/util/e-destination.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-04-08 03:29:34 +0800
committerChris Toshok <toshok@src.gnome.org>2004-04-08 03:29:34 +0800
commite21dfa011d14bcc964034c646e28f2674183341e (patch)
tree9fab1306510cced3c22aa180a9d8c0a0e69bbf8c /addressbook/util/e-destination.h
parent55183053303aa5f387f10f1cc02dad6378eda0ce (diff)
downloadgsoc2013-evolution-e21dfa011d14bcc964034c646e28f2674183341e.tar
gsoc2013-evolution-e21dfa011d14bcc964034c646e28f2674183341e.tar.gz
gsoc2013-evolution-e21dfa011d14bcc964034c646e28f2674183341e.tar.bz2
gsoc2013-evolution-e21dfa011d14bcc964034c646e28f2674183341e.tar.lz
gsoc2013-evolution-e21dfa011d14bcc964034c646e28f2674183341e.tar.xz
gsoc2013-evolution-e21dfa011d14bcc964034c646e28f2674183341e.tar.zst
gsoc2013-evolution-e21dfa011d14bcc964034c646e28f2674183341e.zip
we don't have an EBook* anymore. (e_destination_clear): same.
2004-04-07 Chris Toshok <toshok@ximian.com> * util/e-destination.c (e_destination_copy): we don't have an EBook* anymore. (e_destination_clear): same. (e_destination_set_contact): same. (e_destination_set_book): same, just cache the source_uid. (e_destination_set_book_uri): nuke. (e_destination_set_contact_uid): we don't have an EBook*. (e_destination_xml_decode): same. (e_destination_export_to_vcard_attribute): new function, fill in an EVCardAttribute with EDestination values. * util/e-destination.h: add prototype for e_destination_export_to_vcard_attribute. svn path=/trunk/; revision=25358
Diffstat (limited to 'addressbook/util/e-destination.h')
-rw-r--r--addressbook/util/e-destination.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/util/e-destination.h b/addressbook/util/e-destination.h
index 78defc7ae1..024d296faf 100644
--- a/addressbook/util/e-destination.h
+++ b/addressbook/util/e-destination.h
@@ -116,6 +116,9 @@ char *e_destination_exportv (EDestination **);
EDestination *e_destination_import (const char *str);
EDestination **e_destination_importv (const char *str);
+/* EVCard "export" routines */
+void e_destination_export_to_vcard_attribute (EDestination *dest, EVCardAttribute *attr);
+
void e_destination_freev (EDestination **);
#endif /* __E_DESTINATION_H__ */