Add an extension to configure EMFormatHTML.

Make EMFormatHTML extensible and register an extension to automatically
bind every EMFormatHTML instance to the appropriate EShellSettings.
This commit is contained in:
Matthew Barnes
2010-03-19 19:30:48 -04:00
committed by Michael Meeks
parent 3fb2b21c08
commit ffe2f1e1ee
6 changed files with 141 additions and 22 deletions

View File

@ -30,6 +30,8 @@
#include "e-mail-shell-sidebar.h"
#include "e-mail-shell-view.h"
#include "e-mail-config-format-html.h"
/* Module Entry Points */
void e_module_load (GTypeModule *type_module);
void e_module_unload (GTypeModule *type_module);
@ -50,6 +52,8 @@ e_module_load (GTypeModule *type_module)
e_mail_shell_content_register_type (type_module);
e_mail_shell_sidebar_register_type (type_module);
e_mail_shell_view_register_type (type_module);
e_mail_config_format_html_register_type (type_module);
}
G_MODULE_EXPORT void