Update Romanian translation
[evolution.git] / src / modules / webkit-editor / web-extension / e-composer-dom-functions.h
blob6f6d170b1d1415524e760a69bdce40f49e30c994
1 /*
2 * e-composer-dom-functions.h
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) version 3.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with the program; if not, see <http://www.gnu.org/licenses/>
19 #ifndef E_COMPOSER_DOM_FUNCTIONS_H
20 #define E_COMPOSER_DOM_FUNCTIONS_H
22 #include <webkitdom/webkitdom.h>
24 #include "e-editor-page.h"
26 G_BEGIN_DECLS
28 gchar * e_composer_dom_insert_signature (EEditorPage *editor_page,
29 const gchar *content,
30 gboolean is_html,
31 const gchar *id,
32 gboolean *set_signature_from_message,
33 gboolean *check_if_signature_is_changed,
34 gboolean *ignore_next_signature_change,
35 gint16 start_at_bottom,
36 gint16 top_signature);
37 gchar * e_composer_dom_get_active_signature_uid
38 (EEditorPage *editor_page);
39 gchar * e_composer_dom_get_raw_body_content_without_signature
40 (EEditorPage *editor_page);
41 gchar * e_composer_dom_get_raw_body_content
42 (EEditorPage *editor_page);
44 G_END_DECLS
46 #endif /* E_COMPOSER_DOM_FUNCTIONS_H */