aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-html-editor-view.h')
-rw-r--r--e-util/e-html-editor-view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-html-editor-view.h b/e-util/e-html-editor-view.h
index 9d5e2d85a0..ea8315884b 100644
--- a/e-util/e-html-editor-view.h
+++ b/e-util/e-html-editor-view.h
@@ -118,6 +118,9 @@ gchar * e_html_editor_view_get_text_html_for_drafts
(EHTMLEditorView *view);
gchar * e_html_editor_view_get_text_plain
(EHTMLEditorView *view);
+void e_html_editor_view_convert_and_insert_plain_text
+ (EHTMLEditorView *view,
+ const gchar *text);
void e_html_editor_view_convert_and_insert_html_to_plain_text
(EHTMLEditorView *view,
const gchar *html);