aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-config-format-html.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-03-20 07:30:48 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-03-20 23:49:46 +0800
commit7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0 (patch)
tree6fd638487108721b48023f2832e73961b8399296 /modules/mail/e-mail-config-format-html.h
parent84feab41bb9aae3362414ee818139a149a705903 (diff)
downloadgsoc2013-evolution-7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0.tar
gsoc2013-evolution-7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0.tar.gz
gsoc2013-evolution-7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0.tar.bz2
gsoc2013-evolution-7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0.tar.lz
gsoc2013-evolution-7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0.tar.xz
gsoc2013-evolution-7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0.tar.zst
gsoc2013-evolution-7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0.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.h30
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 */