aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-content.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-content.h')
-rw-r--r--shell/e-shell-content.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-content.h b/shell/e-shell-content.h
index 3685a76639..6f4c83338a 100644
--- a/shell/e-shell-content.h
+++ b/shell/e-shell-content.h
@@ -113,6 +113,9 @@ void e_shell_content_set_scope_visible
void e_shell_content_save_search_dialog
(EShellContent *shell_content,
const gchar *filename);
+const gchar * e_shell_content_get_view_id (EShellContent *shell_content);
+void e_shell_content_set_view_id (EShellContent *shell_content,
+ const gchar *view_id);
G_END_DECLS