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.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index 84ce5da551..f5bb51e637 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -39,7 +39,6 @@ typedef struct _EShellClass EShellClass;
#include "Evolution.h"
#include "e-component-registry.h"
-#include "e-shortcuts.h"
#include "e-shell-view.h"
#include "e-uri-schema-registry.h"
#include "e-shell-user-creatable-items-handler.h"
@@ -97,6 +96,8 @@ enum _EShellConstructResult {
};
typedef enum _EShellConstructResult EShellConstructResult;
+
+#include "e-shortcuts.h"
GtkType e_shell_get_type (void);
@@ -157,6 +158,12 @@ gboolean e_shell_prepare_for_quit (EShell *shell);
const char *e_shell_construct_result_to_string (EShellConstructResult result);
+
+gboolean e_shell_parse_uri (EShell *shell,
+ const char *uri,
+ char **path_return,
+ char **extra_return);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */