aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-view.h
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2014-06-25 20:13:39 +0800
committerTomas Popela <tpopela@redhat.com>2014-06-25 21:59:50 +0800
commitb5d682209bd8394c4fcccd6f2dd84ad53143a60c (patch)
tree8859c95fbb8e35ebff2d8c14cbc89e49d65760b2 /e-util/e-html-editor-view.h
parent177b1a6abfe7b73d7534db819d52e3d87ad76756 (diff)
downloadgsoc2013-evolution-b5d682209bd8394c4fcccd6f2dd84ad53143a60c.tar
gsoc2013-evolution-b5d682209bd8394c4fcccd6f2dd84ad53143a60c.tar.gz
gsoc2013-evolution-b5d682209bd8394c4fcccd6f2dd84ad53143a60c.tar.bz2
gsoc2013-evolution-b5d682209bd8394c4fcccd6f2dd84ad53143a60c.tar.lz
gsoc2013-evolution-b5d682209bd8394c4fcccd6f2dd84ad53143a60c.tar.xz
gsoc2013-evolution-b5d682209bd8394c4fcccd6f2dd84ad53143a60c.tar.zst
gsoc2013-evolution-b5d682209bd8394c4fcccd6f2dd84ad53143a60c.zip
Bug 731508 - [webkit-composer] no option to paste as text (without formatting)
Diffstat (limited to 'e-util/e-html-editor-view.h')
-rw-r--r--e-util/e-html-editor-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-html-editor-view.h b/e-util/e-html-editor-view.h
index ea8315884b..2f27fb8934 100644
--- a/e-util/e-html-editor-view.h
+++ b/e-util/e-html-editor-view.h
@@ -130,6 +130,8 @@ void e_html_editor_view_set_text_html
void e_html_editor_view_set_text_plain
(EHTMLEditorView *view,
const gchar *text);
+void e_html_editor_view_paste_as_text
+ (EHTMLEditorView *view);
void e_html_editor_view_paste_clipboard_quoted
(EHTMLEditorView *view);
void e_html_editor_view_embed_styles (EHTMLEditorView *view);