aboutsummaryrefslogtreecommitdiffstats
path: root/composer/Evolution-Composer.idl
diff options
context:
space:
mode:
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 ();
};
};
};