aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-chooser.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-27 21:19:24 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-28 15:53:56 +0800
commit9fb03deb660336545d874bc33e35669ce7f57c8d (patch)
tree581a3b83349c8ca3ccb22c9e56328fa3beec4457 /libempathy-gtk/empathy-contact-chooser.h
parente10818e57080f0c45797adb407234a07f81d571b (diff)
downloadgsoc2013-empathy-9fb03deb660336545d874bc33e35669ce7f57c8d.tar
gsoc2013-empathy-9fb03deb660336545d874bc33e35669ce7f57c8d.tar.gz
gsoc2013-empathy-9fb03deb660336545d874bc33e35669ce7f57c8d.tar.bz2
gsoc2013-empathy-9fb03deb660336545d874bc33e35669ce7f57c8d.tar.lz
gsoc2013-empathy-9fb03deb660336545d874bc33e35669ce7f57c8d.tar.xz
gsoc2013-empathy-9fb03deb660336545d874bc33e35669ce7f57c8d.tar.zst
gsoc2013-empathy-9fb03deb660336545d874bc33e35669ce7f57c8d.zip
add empathy_contact_chooser_show_tree_view()
https://bugzilla.gnome.org/show_bug.cgi?id=662843
Diffstat (limited to 'libempathy-gtk/empathy-contact-chooser.h')
-rw-r--r--libempathy-gtk/empathy-contact-chooser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-chooser.h b/libempathy-gtk/empathy-contact-chooser.h
index 87466beb8..66c8fbe4e 100644
--- a/libempathy-gtk/empathy-contact-chooser.h
+++ b/libempathy-gtk/empathy-contact-chooser.h
@@ -64,6 +64,9 @@ void empathy_contact_chooser_set_filter_func (EmpathyContactChooser *self,
void empathy_contact_chooser_show_search_entry (EmpathyContactChooser *self,
gboolean show);
+void empathy_contact_chooser_show_tree_view (EmpathyContactChooser *self,
+ gboolean show);
+
G_END_DECLS
#endif