aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-selection.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-selection.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-selection.h')
-rw-r--r--e-util/e-html-editor-selection.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/e-util/e-html-editor-selection.h b/e-util/e-html-editor-selection.h
index 1501687d49..291440554b 100644
--- a/e-util/e-html-editor-selection.h
+++ b/e-util/e-html-editor-selection.h
@@ -165,9 +165,15 @@ const gchar * e_html_editor_selection_get_string
(EHTMLEditorSelection *selection);
void e_html_editor_selection_replace (EHTMLEditorSelection *selection,
const gchar *new_string);
+void e_html_editor_selection_insert_text
+ (EHTMLEditorSelection *selection,
+ const gchar *plain_text);
void e_html_editor_selection_insert_html
(EHTMLEditorSelection *selection,
const gchar *html_text);
+void e_html_editor_selection_insert_as_text
+ (EHTMLEditorSelection *selection,
+ const gchar *html_text);
void e_html_editor_selection_replace_image_src
(EHTMLEditorSelection *selection,
WebKitDOMElement *element,
@@ -175,9 +181,6 @@ void e_html_editor_selection_replace_image_src
void e_html_editor_selection_insert_image
(EHTMLEditorSelection *selection,
const gchar *image_uri);
-void e_html_editor_selection_insert_text
- (EHTMLEditorSelection *selection,
- const gchar *plain_text);
void e_html_editor_selection_clear_caret_position_marker
(EHTMLEditorSelection *selection);
WebKitDOMNode *