aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-gui-util.h
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2011-06-03 00:45:23 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:25 +0800
commit7b4910d63646159ac5dcc3d774c6ec3e7f18cce9 (patch)
tree916164722612d2550ab623c7fabbdcfe849a16d5 /addressbook/gui/widgets/eab-gui-util.h
parentf36331f1a7d99b83f13010e35f604bd6857b6019 (diff)
downloadgsoc2013-evolution-7b4910d63646159ac5dcc3d774c6ec3e7f18cce9.tar
gsoc2013-evolution-7b4910d63646159ac5dcc3d774c6ec3e7f18cce9.tar.gz
gsoc2013-evolution-7b4910d63646159ac5dcc3d774c6ec3e7f18cce9.tar.bz2
gsoc2013-evolution-7b4910d63646159ac5dcc3d774c6ec3e7f18cce9.tar.lz
gsoc2013-evolution-7b4910d63646159ac5dcc3d774c6ec3e7f18cce9.tar.xz
gsoc2013-evolution-7b4910d63646159ac5dcc3d774c6ec3e7f18cce9.tar.zst
gsoc2013-evolution-7b4910d63646159ac5dcc3d774c6ec3e7f18cce9.zip
Bug #636809 - Address labels formatting improvements
Address labels should be formated according to country specific standards.
Diffstat (limited to 'addressbook/gui/widgets/eab-gui-util.h')
-rw-r--r--addressbook/gui/widgets/eab-gui-util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/eab-gui-util.h b/addressbook/gui/widgets/eab-gui-util.h
index 45c7d40b79..a118ecf29f 100644
--- a/addressbook/gui/widgets/eab-gui-util.h
+++ b/addressbook/gui/widgets/eab-gui-util.h
@@ -58,6 +58,10 @@ gboolean eab_parse_qp_email (const gchar *string,
gchar **email);
gchar * eab_parse_qp_email_to_html (const gchar *string);
+
+gchar * eab_format_address (EContact *contact,
+ EContactField address_type);
+
G_END_DECLS
#endif /* __E_ADDRESSBOOK_UTIL_H__ */