aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-selection.h
diff options
context:
space:
mode:
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 *