diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-14 05:32:39 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-14 05:32:39 +0800 |
commit | 5880c00dd2fc254ea85302acd054cd57fede3966 (patch) | |
tree | 83980c1d8e170b376401ca032cf34f7e97376e34 /shell/e-shell.h | |
parent | 1627a081744129fbf8f874c290b9a18138655590 (diff) | |
download | gsoc2013-evolution-5880c00dd2fc254ea85302acd054cd57fede3966.tar.gz gsoc2013-evolution-5880c00dd2fc254ea85302acd054cd57fede3966.tar.zst gsoc2013-evolution-5880c00dd2fc254ea85302acd054cd57fede3966.zip |
New.
* e-shell.c (e_shell_send_receive): New.
* Evolution-Component.idl (Component.sendAndReceive): New.
* evolution.xml: Add back send/receive command and toolbar button.
svn path=/trunk/; revision=23334
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 9d75a86baa..84f73f3b1d 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -120,6 +120,8 @@ void e_shell_go_offline (EShell *shell, void e_shell_go_online (EShell *shell, EShellWindow *action_window); +void e_shell_send_receive (EShell *shell); + void e_shell_show_settings (EShell *shell, const char *type, EShellWindow *shell_window); |