aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r--shell/e-shell-view.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index 5fbef18228..10745b5c62 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -67,6 +67,11 @@ GtkWidget *e_shell_view_new (EShell *shell);
gboolean e_shell_view_display_uri (EShellView *shell_view,
const char *uri);
+void e_shell_view_show_shortcuts (EShellView *shell_view,
+ gboolean show);
+void e_shell_view_show_folders (EShellView *shell_view,
+ gboolean show);
+
EShell *e_shell_view_get_shell (EShellView *shell_view);
#ifdef __cplusplus