diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-08 02:23:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-08 02:23:46 +0800 |
commit | 8d8e4ac1c23905892a42b779188c852fdead7f5f (patch) | |
tree | 01609ceef7151d75f81fdc8762ac6c25215e8a51 /shell/e-shell.h | |
parent | 13a0edc3d27cce65a0f720e98516f7ab902ad0fc (diff) | |
download | gsoc2013-evolution-8d8e4ac1c23905892a42b779188c852fdead7f5f.tar.gz gsoc2013-evolution-8d8e4ac1c23905892a42b779188c852fdead7f5f.tar.zst gsoc2013-evolution-8d8e4ac1c23905892a42b779188c852fdead7f5f.zip |
Tweak the EShell API.
Disable File -> Close Window when there's only one window.
Replace EMMessageBrowser with EMailBrowser.
svn path=/branches/kill-bonobo/; revision=37009
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index e482f93960..1503ca776b 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -76,16 +76,16 @@ struct _EShellClass { GType e_shell_get_type (void); EShell * e_shell_get_default (void); -GList * e_shell_list_modules (EShell *shell); +GList * e_shell_get_shell_modules (EShell *shell); +GList * e_shell_get_shell_windows (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); -EShellSettings *e_shell_get_settings (EShell *shell); -GtkWidget * e_shell_create_window (EShell *shell); -GtkWidget * e_shell_get_focused_window (EShell *shell); +EShellSettings *e_shell_get_shell_settings (EShell *shell); +GtkWidget * e_shell_create_shell_window (EShell *shell); gboolean e_shell_handle_uri (EShell *shell, const gchar *uri); void e_shell_send_receive (EShell *shell, |