From 7d2c28c02c6ecddcf492f385cacbd3d24ac215db Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 15 Sep 2008 14:55:41 +0000 Subject: Begin documenting the new shell design. svn path=/branches/kill-bonobo/; revision=36337 --- shell/e-shell.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'shell/e-shell.h') diff --git a/shell/e-shell.h b/shell/e-shell.h index 709e4db170..1500c2bcb4 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -24,6 +24,7 @@ #define E_SHELL_H #include +#include /* Standard GObject macros */ #define E_TYPE_SHELL \ @@ -70,6 +71,13 @@ enum _EShellLineStatus { GType e_shell_get_type (void); EShell * e_shell_new (gboolean online); +GList * e_shell_list_modules (EShell *shell); +const gchar * e_shell_get_canonical_name (EShell *shell, + const gchar *name); +EShellModule * e_shell_get_module_by_name (EShell *shell, + const gchar *name); +EShellModule * e_shell_get_module_by_scheme (EShell *shell, + const gchar *scheme); GtkWidget * e_shell_create_window (EShell *shell); gboolean e_shell_handle_uri (EShell *shell, const gchar *uri); -- cgit v1.2.3