diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-10-19 02:22:58 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-19 02:31:16 +0800 |
commit | ae478d1e3cbdf46dd9a34e2d84eddfb37e9dd961 (patch) | |
tree | 0e7ad99f50070f6c52d7c4b6e225c3c044afe04c /mail/em-format-html.h | |
parent | 0e7b23b94da808d3935f76aae53ad8a96ac06dd9 (diff) | |
download | gsoc2013-evolution-ae478d1e3cbdf46dd9a34e2d84eddfb37e9dd961.tar.gz gsoc2013-evolution-ae478d1e3cbdf46dd9a34e2d84eddfb37e9dd961.tar.zst gsoc2013-evolution-ae478d1e3cbdf46dd9a34e2d84eddfb37e9dd961.zip |
Collect mail enum types in e-mail-enums.h.
And generate GTypes for each of them in e-mail-enumtypes.[ch].
Also, the glib-gen.mak script forced me to add a <mail/e-mail.h>
top-level header, which really isn't a bad idea anyway.
TODO: We should do this for calendar and addressbook too.
Diffstat (limited to 'mail/em-format-html.h')
-rw-r--r-- | mail/em-format-html.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/em-format-html.h b/mail/em-format-html.h index bdfa62dfb9..01d7b02435 100644 --- a/mail/em-format-html.h +++ b/mail/em-format-html.h @@ -29,7 +29,7 @@ #define EM_FORMAT_HTML_H #include <em-format/em-format.h> -#include <mail/mail-config.h> +#include <mail/e-mail-enums.h> #include <misc/e-web-view.h> #include <gtkhtml/gtkhtml-embedded.h> @@ -223,12 +223,12 @@ void em_format_html_get_color (EMFormatHTML *efh, void em_format_html_set_color (EMFormatHTML *efh, EMFormatHTMLColorType type, const GdkColor *color); -MailConfigHTTPMode +EMailImageLoadingPolicy em_format_html_get_image_loading_policy (EMFormatHTML *efh); void em_format_html_set_image_loading_policy (EMFormatHTML *efh, - MailConfigHTTPMode policy); + EMailImageLoadingPolicy policy); gboolean em_format_html_get_mark_citations (EMFormatHTML *efh); void em_format_html_set_mark_citations |