diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-05-09 07:30:00 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-05-09 07:30:00 +0800 |
commit | 2b60c3bf9106faca6526964252530ecbcbfd4b49 (patch) | |
tree | 6515108f015da914f4202e192d3b670c6af0acdf /mail/mail-config.h | |
parent | c64eccfe004f5c30932fe571bb506626bb0c186d (diff) | |
download | gsoc2013-evolution-2b60c3bf9106faca6526964252530ecbcbfd4b49.tar.gz gsoc2013-evolution-2b60c3bf9106faca6526964252530ecbcbfd4b49.tar.zst gsoc2013-evolution-2b60c3bf9106faca6526964252530ecbcbfd4b49.zip |
Moved all references for the Mail.h and Bonobo stuff into the .c file
svn path=/trunk/; revision=9723
Diffstat (limited to 'mail/mail-config.h')
-rw-r--r-- | mail/mail-config.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/mail-config.h b/mail/mail-config.h index 896b914249..10c403389f 100644 --- a/mail/mail-config.h +++ b/mail/mail-config.h @@ -26,10 +26,6 @@ #include <glib.h> #include <camel/camel.h> -#include <bonobo/bonobo-xobject.h> - -#include "Mail.h" - #ifdef __cplusplus extern "C" { #pragma } @@ -143,20 +139,6 @@ char *mail_config_folder_to_cachename (CamelFolder *folder, const char *prefix); gboolean mail_config_check_service (const char *url, CamelProviderType type, GList **authtypes); -/* For the bonobo object */ -typedef struct _EvolutionMailConfig EvolutionMailConfig; -typedef struct _EvolutionMailConfigClass EvolutionMailConfigClass; - -struct _EvolutionMailConfig { - BonoboXObject parent; -}; - -struct _EvolutionMailConfigClass { - BonoboXObjectClass parent_class; - - POA_GNOME_Evolution_MailConfig__epv epv; -}; - #ifdef __cplusplus } #endif /* __cplusplus */ |