aboutsummaryrefslogtreecommitdiffstats
path: root/composer/Evolution-Composer.idl
diff options
context:
space:
mode:
authorDave Camp <dave@ximian.com>2001-06-21 02:29:03 +0800
committerDave Camp <campd@src.gnome.org>2001-06-21 02:29:03 +0800
commit90aba2dbfde59bd7b48d127a463e545a05301e76 (patch)
treea433fb2fef7cf0c21b11c03c64e586d5ccfc8637 /composer/Evolution-Composer.idl
parent51ba0332fcb3b2d82c37d3dda73267e4d0769a30 (diff)
downloadgsoc2013-evolution-90aba2dbfde59bd7b48d127a463e545a05301e76.tar
gsoc2013-evolution-90aba2dbfde59bd7b48d127a463e545a05301e76.tar.gz
gsoc2013-evolution-90aba2dbfde59bd7b48d127a463e545a05301e76.tar.bz2
gsoc2013-evolution-90aba2dbfde59bd7b48d127a463e545a05301e76.tar.lz
gsoc2013-evolution-90aba2dbfde59bd7b48d127a463e545a05301e76.tar.xz
gsoc2013-evolution-90aba2dbfde59bd7b48d127a463e545a05301e76.tar.zst
gsoc2013-evolution-90aba2dbfde59bd7b48d127a463e545a05301e76.zip
Changed attachData to accept a sequence of chars rather than a string.
2001-06-20 Dave Camp <dave@ximian.com> * Evolution-Composer.idl: Changed attachData to accept a sequence of chars rather than a string. * evolution-composer.c (impl_Composer_attach_data): Changed the 'data' argument to a GNOME_Evolution_Composer_AttachmentData, and pass data->_buffer and data->_length to camel_mime_part_set_content(). 2001-06-20 Dave Camp <dave@ximian.com> * gui/itip-utils.c (itip_send_comp): Changed attach_data to be a GNOME_Evolution_Composer_AttachmentData rather than a CORBA_char*. 2001-06-20 Dave Camp <dave@ximian.com> * backend/ebook/e-card.c (e_card_list_send): Changed attach_data to be a GNOME_Evolution_Composer_AttachmentData rather than a CORBA_char*. svn path=/trunk/; revision=10343
Diffstat (limited to 'composer/Evolution-Composer.idl')
-rw-r--r--composer/Evolution-Composer.idl4
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: