aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-Component.idl
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-11-14 05:32:39 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-11-14 05:32:39 +0800
commit5880c00dd2fc254ea85302acd054cd57fede3966 (patch)
tree83980c1d8e170b376401ca032cf34f7e97376e34 /shell/Evolution-Component.idl
parent1627a081744129fbf8f874c290b9a18138655590 (diff)
downloadgsoc2013-evolution-5880c00dd2fc254ea85302acd054cd57fede3966.tar
gsoc2013-evolution-5880c00dd2fc254ea85302acd054cd57fede3966.tar.gz
gsoc2013-evolution-5880c00dd2fc254ea85302acd054cd57fede3966.tar.bz2
gsoc2013-evolution-5880c00dd2fc254ea85302acd054cd57fede3966.tar.lz
gsoc2013-evolution-5880c00dd2fc254ea85302acd054cd57fede3966.tar.xz
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/Evolution-Component.idl')
-rw-r--r--shell/Evolution-Component.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/Evolution-Component.idl b/shell/Evolution-Component.idl
index 7a915c6bfb..c9c5afaf11 100644
--- a/shell/Evolution-Component.idl
+++ b/shell/Evolution-Component.idl
@@ -59,6 +59,11 @@ module Evolution {
@item_type_name. */
void requestCreateItem (in string item_type_name)
raises (UnknownType);
+
+
+ /*** Send/receive. ***/
+
+ void sendAndReceive ();
};
};