aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-search-bar.h
diff options
context:
space:
mode:
authorThomas Meire <blackskad@gmail.com>2010-01-21 08:20:08 +0800
committerThomas Meire <blackskad@gmail.com>2010-01-21 08:20:09 +0800
commit7c0d4aca42f309b89684636ad84fd4969eac6943 (patch)
treeea3e33fdb6745bee526383c0a789445b57f38f5f /libempathy-gtk/empathy-search-bar.h
parentcc0b2a8f267d1396ecae90452f4623d5b4c5ebb1 (diff)
downloadgsoc2013-empathy-7c0d4aca42f309b89684636ad84fd4969eac6943.tar
gsoc2013-empathy-7c0d4aca42f309b89684636ad84fd4969eac6943.tar.gz
gsoc2013-empathy-7c0d4aca42f309b89684636ad84fd4969eac6943.tar.bz2
gsoc2013-empathy-7c0d4aca42f309b89684636ad84fd4969eac6943.tar.lz
gsoc2013-empathy-7c0d4aca42f309b89684636ad84fd4969eac6943.tar.xz
gsoc2013-empathy-7c0d4aca42f309b89684636ad84fd4969eac6943.tar.zst
gsoc2013-empathy-7c0d4aca42f309b89684636ad84fd4969eac6943.zip
Capture the escape key on the chat view and search bar, to make it hide the search bar
Diffstat (limited to 'libempathy-gtk/empathy-search-bar.h')
-rw-r--r--libempathy-gtk/empathy-search-bar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-search-bar.h b/libempathy-gtk/empathy-search-bar.h
index d4cd042fe..c17778b7f 100644
--- a/libempathy-gtk/empathy-search-bar.h
+++ b/libempathy-gtk/empathy-search-bar.h
@@ -58,6 +58,7 @@ struct _EmpathySearchBarClass
GType empathy_search_bar_get_type (void) G_GNUC_CONST;
GtkWidget * empathy_search_bar_new (EmpathyChatView *view);
void empathy_search_bar_show (EmpathySearchBar *searchbar);
+void empathy_search_bar_hide (EmpathySearchBar *searchbar);
G_END_DECLS