aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-chooser.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-09 04:58:51 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-09 05:05:24 +0800
commite143c562674626fe318828f6045b733b14c5714f (patch)
treef19c93aa7ed0e67510f314c21909930c4622c557 /libempathy-gtk/empathy-contact-chooser.h
parentb6bb64fe58552e82d4dfcd2be9813b5965ac6989 (diff)
downloadgsoc2013-empathy-e143c562674626fe318828f6045b733b14c5714f.tar
gsoc2013-empathy-e143c562674626fe318828f6045b733b14c5714f.tar.gz
gsoc2013-empathy-e143c562674626fe318828f6045b733b14c5714f.tar.bz2
gsoc2013-empathy-e143c562674626fe318828f6045b733b14c5714f.tar.lz
gsoc2013-empathy-e143c562674626fe318828f6045b733b14c5714f.tar.xz
gsoc2013-empathy-e143c562674626fe318828f6045b733b14c5714f.tar.zst
gsoc2013-empathy-e143c562674626fe318828f6045b733b14c5714f.zip
contact-chooser: add API to hide the search entry
https://bugzilla.gnome.org/show_bug.cgi?id=629517
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 ba95bcfbe..87466beb8 100644
--- a/libempathy-gtk/empathy-contact-chooser.h
+++ b/libempathy-gtk/empathy-contact-chooser.h
@@ -61,6 +61,9 @@ void empathy_contact_chooser_set_filter_func (EmpathyContactChooser *self,
EmpathyContactChooserFilterFunc func,
gpointer user_data);
+void empathy_contact_chooser_show_search_entry (EmpathyContactChooser *self,
+ gboolean show);
+
G_END_DECLS
#endif