diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index c5ae461466..00f4266562 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -37,14 +37,12 @@ typedef struct _EShellClass EShellClass; #include "e-component-registry.h" #include "e-shell-window.h" - #define E_TYPE_SHELL (e_shell_get_type ()) #define E_SHELL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_TYPE_SHELL, EShell)) #define E_SHELL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), E_TYPE_SHELL, EShellClass)) #define E_IS_SHELL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), E_TYPE_SHELL)) #define E_IS_SHELL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), E_TYPE_SHELL)) - enum _EShellLineStatus { E_SHELL_LINE_STATUS_ONLINE, E_SHELL_LINE_STATUS_GOING_OFFLINE, /* NB: really means changing state in either direction */ @@ -76,7 +74,6 @@ struct _EShellClass { void (* new_window_created) (EShell *shell, EShellWindow *window); }; - /* ID for registering the shell in the OAF name service. */ #define E_SHELL_OAFIID "OAFIID:GNOME_Evolution_Shell:" BASE_VERSION @@ -89,7 +86,6 @@ enum _EShellConstructResult { }; typedef enum _EShellConstructResult EShellConstructResult; - GType e_shell_get_type (void); EShellConstructResult e_shell_construct (EShell *shell, const gchar *iid, @@ -105,7 +101,6 @@ EShellWindow *e_shell_create_window (EShell *shell, gboolean e_shell_request_close_window (EShell *shell, EShellWindow *window); - #if 0 EUriSchemaRegistry *e_shell_peek_uri_schema_registry (EShell *shell); #endif |