aboutsummaryrefslogtreecommitdiffstats
path: root/composer/Evolution-Composer.idl
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-06-20 07:01:33 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-06-20 07:01:33 +0800
commit477830f7602e726cacf24fdbfb7d4c648b1a8bcb (patch)
tree2ebe85aea1795e87662799ecb7e1fbe3f0b8cc2e /composer/Evolution-Composer.idl
parent968af9b95e75fa42c656abd99ab9146d0b3d6cc6 (diff)
downloadgsoc2013-evolution-477830f7602e726cacf24fdbfb7d4c648b1a8bcb.tar
gsoc2013-evolution-477830f7602e726cacf24fdbfb7d4c648b1a8bcb.tar.gz
gsoc2013-evolution-477830f7602e726cacf24fdbfb7d4c648b1a8bcb.tar.bz2
gsoc2013-evolution-477830f7602e726cacf24fdbfb7d4c648b1a8bcb.tar.lz
gsoc2013-evolution-477830f7602e726cacf24fdbfb7d4c648b1a8bcb.tar.xz
gsoc2013-evolution-477830f7602e726cacf24fdbfb7d4c648b1a8bcb.tar.zst
gsoc2013-evolution-477830f7602e726cacf24fdbfb7d4c648b1a8bcb.zip
send the message
2001-06-19 JP Rosevear <jpr@ximian.com> * evolution-composer.c (impl_Composer_send): send the message * Evolution-Composer.idl: add a "send" method to send a message without showing the editor svn path=/trunk/; revision=10309
Diffstat (limited to 'composer/Evolution-Composer.idl')
-rw-r--r--composer/Evolution-Composer.idl9
1 files changed, 8 insertions, 1 deletions
diff --git a/composer/Evolution-Composer.idl b/composer/Evolution-Composer.idl
index 3fcda3873e..3e18c5b5e3 100644
--- a/composer/Evolution-Composer.idl
+++ b/composer/Evolution-Composer.idl
@@ -83,7 +83,6 @@ module Evolution {
in boolean show_inline,
in string data);
-
/**
* show:
*
@@ -91,6 +90,14 @@ module Evolution {
* and send the message.
**/
void show ();
+
+
+ /**
+ * send:
+ *
+ * Send the message without showing the user the composer
+ **/
+ void send ();
};
};
};