diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-27 21:19:24 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-28 15:53:56 +0800 |
commit | 9fb03deb660336545d874bc33e35669ce7f57c8d (patch) | |
tree | 581a3b83349c8ca3ccb22c9e56328fa3beec4457 /libempathy-gtk/empathy-contact-chooser.h | |
parent | e10818e57080f0c45797adb407234a07f81d571b (diff) | |
download | gsoc2013-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.h | 3 |
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 |