Files
evolution/modules/mail/e-mail-config-format-html.h
Matthew Barnes 7c51d1c1a6 Add an extension to configure EMFormatHTML.
Make EMFormatHTML extensible and register an extension to automatically
bind every EMFormatHTML instance to the appropriate EShellSettings.
2010-03-20 11:49:46 -04:00

31 lines
943 B
C

/*
* 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 */