diff options
Diffstat (limited to 'camel/camel-mime-part.h')
-rw-r--r-- | camel/camel-mime-part.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/camel/camel-mime-part.h b/camel/camel-mime-part.h index fa7f9f892e..8b73744abe 100644 --- a/camel/camel-mime-part.h +++ b/camel/camel-mime-part.h @@ -120,8 +120,10 @@ CamelMimePartEncodingType camel_mime_part_encoding_from_string (const gchar *str int camel_mime_part_construct_from_parser (CamelMimePart *, CamelMimeParser *); /* utility functions */ -void camel_mime_part_set_text (CamelMimePart *camel_mime_part, - const gchar *text); +void camel_mime_part_set_content (CamelMimePart *camel_mime_part, + const gchar *content, + guint length, + const gchar *type); #ifdef __cplusplus |