diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index fd82b6b862..10b42f527d 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -56,6 +56,8 @@ struct _EShell { struct _EShellClass { GtkObjectClass parent_class; + + void (* no_views_left) (EShell *shell); }; @@ -71,6 +73,8 @@ EShortcuts *e_shell_get_shortcuts (EShell *shell); EStorageSet *e_shell_get_storage_set (EShell *shell); EFolderTypeRepository *e_shell_get_folder_type_repository (EShell *shell); +void e_shell_quit (EShell *shell); + #ifdef __cplusplus } #endif /* __cplusplus */ |