aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-12-18 01:17:21 +0800
committerMilan Crha <mcrha@redhat.com>2009-12-18 01:17:21 +0800
commitfe15c797a036820ac4b5e8cf232ad0a559fcd06b (patch)
tree52b9861302be476ee9671212233ea562d93634e3 /shell/e-shell-view.h
parent858c42577c240a3ae83feaa6f5bb7c696da8df43 (diff)
downloadgsoc2013-evolution-fe15c797a036820ac4b5e8cf232ad0a559fcd06b.tar
gsoc2013-evolution-fe15c797a036820ac4b5e8cf232ad0a559fcd06b.tar.gz
gsoc2013-evolution-fe15c797a036820ac4b5e8cf232ad0a559fcd06b.tar.bz2
gsoc2013-evolution-fe15c797a036820ac4b5e8cf232ad0a559fcd06b.tar.lz
gsoc2013-evolution-fe15c797a036820ac4b5e8cf232ad0a559fcd06b.tar.xz
gsoc2013-evolution-fe15c797a036820ac4b5e8cf232ad0a559fcd06b.tar.zst
gsoc2013-evolution-fe15c797a036820ac4b5e8cf232ad0a559fcd06b.zip
Bug #603184 - Various problems with search box in folders
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r--shell/e-shell-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index 7b8fb13861..8cbfabd0ba 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -179,6 +179,8 @@ EShellWindow * e_shell_view_get_shell_window (EShellView *shell_view);
GKeyFile * e_shell_view_get_state_key_file (EShellView *shell_view);
void e_shell_view_set_state_dirty (EShellView *shell_view);
void e_shell_view_execute_search (EShellView *shell_view);
+void e_shell_view_block_execute_search (EShellView *shell_view);
+void e_shell_view_unblock_execute_search (EShellView *shell_view);
void e_shell_view_update_actions (EShellView *shell_view);
GtkWidget * e_shell_view_show_popup_menu (EShellView *shell_view,
const gchar *widget_path,