aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer.h
diff options
context:
space:
mode:
Diffstat (limited to 'composer/e-msg-composer.h')
-rw-r--r--composer/e-msg-composer.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h
index 5109918dc8..5b4cfecb68 100644
--- a/composer/e-msg-composer.h
+++ b/composer/e-msg-composer.h
@@ -72,10 +72,20 @@ struct _EMsgComposerClass {
GtkType e_msg_composer_get_type (void);
+
void e_msg_composer_construct (EMsgComposer *composer);
GtkWidget *e_msg_composer_new (void);
void e_msg_composer_show_attachments (EMsgComposer *composer,
gboolean show);
+
+void e_msg_composer_set_headers (EMsgComposer *composer,
+ const GList *to,
+ const GList *cc,
+ const GList *bcc,
+ const char *subject);
+void e_msg_composer_set_body_text (EMsgComposer *composer,
+ const char *text);
+
CamelMimeMessage *e_msg_composer_get_message (EMsgComposer *composer);
#ifdef __cplusplus