diff options
Diffstat (limited to 'composer/Evolution-Composer.idl')
-rw-r--r-- | composer/Evolution-Composer.idl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/composer/Evolution-Composer.idl b/composer/Evolution-Composer.idl index 3e18c5b5e3..067ad2fa23 100644 --- a/composer/Evolution-Composer.idl +++ b/composer/Evolution-Composer.idl @@ -20,6 +20,8 @@ module Evolution { }; typedef sequence<Recipient> RecipientList; + typedef sequence<char> AttachmentData; + /** * setHeaders: * @to: the "To" recipients @@ -81,7 +83,7 @@ module Evolution { in string filename, in string description, in boolean show_inline, - in string data); + in AttachmentData data); /** * show: |