diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-20 07:30:48 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-07 19:09:29 +0800 |
commit | ffe2f1e1ee96502cf1d3305e16f82d4063fffedc (patch) | |
tree | fbc9403c4bc56a29ca0b5ce7bf77fea8c6686e2c /modules/mail/e-mail-config-format-html.h | |
parent | 3fb2b21c08556d04770fb585ca303c4044e3c9bc (diff) | |
download | gsoc2013-evolution-ffe2f1e1ee96502cf1d3305e16f82d4063fffedc.tar gsoc2013-evolution-ffe2f1e1ee96502cf1d3305e16f82d4063fffedc.tar.gz gsoc2013-evolution-ffe2f1e1ee96502cf1d3305e16f82d4063fffedc.tar.bz2 gsoc2013-evolution-ffe2f1e1ee96502cf1d3305e16f82d4063fffedc.tar.lz gsoc2013-evolution-ffe2f1e1ee96502cf1d3305e16f82d4063fffedc.tar.xz gsoc2013-evolution-ffe2f1e1ee96502cf1d3305e16f82d4063fffedc.tar.zst gsoc2013-evolution-ffe2f1e1ee96502cf1d3305e16f82d4063fffedc.zip |
Add an extension to configure EMFormatHTML.
Make EMFormatHTML extensible and register an extension to automatically
bind every EMFormatHTML instance to the appropriate EShellSettings.
Diffstat (limited to 'modules/mail/e-mail-config-format-html.h')
-rw-r--r-- | modules/mail/e-mail-config-format-html.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/modules/mail/e-mail-config-format-html.h b/modules/mail/e-mail-config-format-html.h new file mode 100644 index 0000000000..bed76d88b7 --- /dev/null +++ b/modules/mail/e-mail-config-format-html.h @@ -0,0 +1,30 @@ +/* + * e-mail-config-format-html.h + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) version 3. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with the program; if not, see <http://www.gnu.org/licenses/> + * + */ + +#ifndef E_MAIL_CONFIG_FORMAT_HTML_H +#define E_MAIL_CONFIG_FORMAT_HTML_H + +#include <glib-object.h> + +G_BEGIN_DECLS + +void e_mail_config_format_html_register_type (GTypeModule *type_module); + +G_END_DECLS + +#endif /* E_MAIL_CONFIG_FORMAT_HTML_H */ |