diff options
author | Tomas Popela <tpopela@redhat.com> | 2014-06-19 20:42:24 +0800 |
---|---|---|
committer | Tomas Popela <tpopela@redhat.com> | 2014-06-19 21:23:17 +0800 |
commit | 5524dbf7a2b66907cfa72181bfdeb44e268e5718 (patch) | |
tree | 6c448232e4869794a89e512d16f98d0e6298636a /e-util/e-html-editor-selection.h | |
parent | e88d5106a1d4e2e83a48d893c16eb1c15b4e54a5 (diff) | |
download | gsoc2013-evolution-5524dbf7a2b66907cfa72181bfdeb44e268e5718.tar gsoc2013-evolution-5524dbf7a2b66907cfa72181bfdeb44e268e5718.tar.gz gsoc2013-evolution-5524dbf7a2b66907cfa72181bfdeb44e268e5718.tar.bz2 gsoc2013-evolution-5524dbf7a2b66907cfa72181bfdeb44e268e5718.tar.lz gsoc2013-evolution-5524dbf7a2b66907cfa72181bfdeb44e268e5718.tar.xz gsoc2013-evolution-5524dbf7a2b66907cfa72181bfdeb44e268e5718.tar.zst gsoc2013-evolution-5524dbf7a2b66907cfa72181bfdeb44e268e5718.zip |
EHTMLEditor - Make functions that remove quote and wrap elements public
Use them whenever it's possible and remove their duplicates from EHTMLEditorView.
Diffstat (limited to 'e-util/e-html-editor-selection.h')
-rw-r--r-- | e-util/e-html-editor-selection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-html-editor-selection.h b/e-util/e-html-editor-selection.h index 104a1a43d7..1501687d49 100644 --- a/e-util/e-html-editor-selection.h +++ b/e-util/e-html-editor-selection.h @@ -245,6 +245,8 @@ EHTMLEditorSelectionBlockFormat EHTMLEditorSelectionAlignment e_html_editor_selection_get_list_alignment_from_node (WebKitDOMNode *node); +void remove_wrapping_from_element (WebKitDOMElement *element); +void remove_quoting_from_element (WebKitDOMElement *element); G_END_DECLS #endif /* E_HTML_EDITOR_SELECTION_H */ |