diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-03-27 06:51:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-03-27 06:51:26 +0800 |
commit | 3cdefcba37d640670c9bb6e290bc6f55229fac7a (patch) | |
tree | 1bbcf2be6e7ea597b467900e5de59c469841f6e8 /mail/mail-config-factory.h | |
parent | 81e7580909f5eebdfa6af5ea30ffd5d08913b9e4 (diff) | |
download | gsoc2013-evolution-3cdefcba37d640670c9bb6e290bc6f55229fac7a.tar.gz gsoc2013-evolution-3cdefcba37d640670c9bb6e290bc6f55229fac7a.tar.zst gsoc2013-evolution-3cdefcba37d640670c9bb6e290bc6f55229fac7a.zip |
Sync with yet-another-mail-config branch.
2002-03-26 Jeffrey Stedfast <fejj@ximian.com>
Sync with yet-another-mail-config branch.
* mail-composer-prefs.c: Updated to get the right widgets and
whatnot. Also updated to tell the evolution-config-control that
stuff has changed.
* mail-preferences.c: Updated to get the right widgets and
whatnot. Also updated to tell the evolution-config-control that
stuff has changed.
* mail-accounts.etspec: New file needed by mail-accounts.c
svn path=/trunk/; revision=16257
Diffstat (limited to 'mail/mail-config-factory.h')
-rw-r--r-- | mail/mail-config-factory.h | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/mail/mail-config-factory.h b/mail/mail-config-factory.h new file mode 100644 index 0000000000..09e6d72611 --- /dev/null +++ b/mail/mail-config-factory.h @@ -0,0 +1,42 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* + * Authors: Jeffrey Stedfast <fejj@ximian.com> + * + * Copyright 2002 Ximian, Inc. (www.ximian.com) + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. + * + */ + + +#ifndef __MAIL_CONFIG_FACTORY_H__ +#define __MAIL_CONFIG_FACTORY_H__ + +#ifdef __cplusplus +extern "C" { +#pragma } +#endif + +#include "evolution-config-control.h" + +#include <shell/Evolution.h> + +gboolean mail_config_register_factory (GNOME_Evolution_Shell shell); + +#ifdef __cplusplus +} +#endif + +#endif /* __MAIL_CONFIG_FACTORY_H__ */ |