aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-contact-formatter.h
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-06-27 20:03:54 +0800
committerDan Vrátil <dvratil@redhat.com>2012-06-27 20:18:39 +0800
commit2a86155e711e620bcfb1bb3dcfe1782991f0dc5c (patch)
tree28031771d74c9b6396fd787cffb89facf5e1e42b /addressbook/gui/widgets/eab-contact-formatter.h
parent255e0529040baae67e3d70f1030ce248fd61856d (diff)
downloadgsoc2013-evolution-2a86155e711e620bcfb1bb3dcfe1782991f0dc5c.tar
gsoc2013-evolution-2a86155e711e620bcfb1bb3dcfe1782991f0dc5c.tar.gz
gsoc2013-evolution-2a86155e711e620bcfb1bb3dcfe1782991f0dc5c.tar.bz2
gsoc2013-evolution-2a86155e711e620bcfb1bb3dcfe1782991f0dc5c.tar.lz
gsoc2013-evolution-2a86155e711e620bcfb1bb3dcfe1782991f0dc5c.tar.xz
gsoc2013-evolution-2a86155e711e620bcfb1bb3dcfe1782991f0dc5c.tar.zst
gsoc2013-evolution-2a86155e711e620bcfb1bb3dcfe1782991f0dc5c.zip
Bug #674427 - Crash when formatting contact in addressbook
Diffstat (limited to 'addressbook/gui/widgets/eab-contact-formatter.h')
-rw-r--r--addressbook/gui/widgets/eab-contact-formatter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/eab-contact-formatter.h b/addressbook/gui/widgets/eab-contact-formatter.h
index e1f706eb24..7348f89f0c 100644
--- a/addressbook/gui/widgets/eab-contact-formatter.h
+++ b/addressbook/gui/widgets/eab-contact-formatter.h
@@ -58,6 +58,10 @@ struct _EABContactFormatterClass {
GType eab_contact_formatter_get_type ();
+EABContactFormatter*
+ eab_contact_formatter_new (EABContactDisplayMode mode,
+ gboolean render_maps);
+
void eab_contact_formatter_set_render_maps
(EABContactFormatter *formatter,
gboolean render_maps);