aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-view.h
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2014-06-23 22:46:36 +0800
committerTomas Popela <tpopela@redhat.com>2014-06-23 22:47:42 +0800
commit09310a054cf8e66c3da9d332909c60c8ab090452 (patch)
treed397e7a8b688d31f97a62c5a951819951e0315a3 /e-util/e-html-editor-view.h
parenta4fb4775482c4dc728c456510331175170f9f7b1 (diff)
downloadgsoc2013-evolution-09310a054cf8e66c3da9d332909c60c8ab090452.tar
gsoc2013-evolution-09310a054cf8e66c3da9d332909c60c8ab090452.tar.gz
gsoc2013-evolution-09310a054cf8e66c3da9d332909c60c8ab090452.tar.bz2
gsoc2013-evolution-09310a054cf8e66c3da9d332909c60c8ab090452.tar.lz
gsoc2013-evolution-09310a054cf8e66c3da9d332909c60c8ab090452.tar.xz
gsoc2013-evolution-09310a054cf8e66c3da9d332909c60c8ab090452.tar.zst
gsoc2013-evolution-09310a054cf8e66c3da9d332909c60c8ab090452.zip
EHTMLEditor - Process text in convertor when pasting plain text from clipboard
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);