aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-08-08 10:04:44 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-08 10:04:44 +0800
commit91a6b6899e5568ed34f913bedb538dd6c9e35b32 (patch)
tree972b7185e7c71cff2eac23e7921aa6f679d9ad9b /shell/e-shell.h
parent03a3e6f84638c62c7848eee4d6f71cc4b1a7c1b8 (diff)
downloadgsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.tar
gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.tar.gz
gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.tar.bz2
gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.tar.lz
gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.tar.xz
gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.tar.zst
gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.zip
Commit progress, which breaks everything.
svn path=/branches/kill-bonobo/; revision=35930
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r--shell/e-shell.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index 88fbf26fae..a2582190b9 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -43,12 +43,15 @@ enum _EShellStartupLineMode {
};
EShellWindow * e_shell_create_window (void);
-gboolean e_shell_request_close_window (EShellWindow *shell_window);
void e_shell_send_receive (GtkWindow *parent);
void e_shell_show_preferences (GtkWindow *parent);
void e_shell_go_offline (void);
void e_shell_go_online (void);
-void e_shell_quit (void);
+EShellLineStatus
+ e_shell_get_line_status (void);
+gboolean e_shell_is_busy (void);
+gboolean e_shell_do_quit (void);
+gboolean e_shell_quit (void);
G_END_DECLS