aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r--shell/e-shell.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index ffff239f6f..786e6c8d44 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -22,6 +22,8 @@
#ifndef E_SHELL_H
#define E_SHELL_H
+#include <libedataserver/e-source-registry.h>
+
#include <e-util/e-activity.h>
#include <libevolution-utils/e-alert.h>
@@ -117,6 +119,8 @@ EShellBackend * e_shell_get_backend_by_name (EShell *shell,
EShellBackend * e_shell_get_backend_by_scheme (EShell *shell,
const gchar *scheme);
EShellSettings *e_shell_get_shell_settings (EShell *shell);
+ESourceRegistry *
+ e_shell_get_registry (EShell *shell);
GtkWidget * e_shell_create_shell_window (EShell *shell,
const gchar *view_name);
guint e_shell_handle_uris (EShell *shell,