aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-preferences.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-05-03 19:02:31 +0800
committernobody <nobody@localhost>2003-05-03 19:02:31 +0800
commit8a6581d69f396a7629cf41848f49c1eaef7243a3 (patch)
tree1445967f5c0ef4c749bc1b4030295ea1a12e3c00 /my-evolution/e-summary-preferences.h
parent19f2626e65d1700ff9c631a70ecb917f98dfcb38 (diff)
downloadgsoc2013-evolution-GTKHTML_3_0_6.tar.gz
gsoc2013-evolution-GTKHTML_3_0_6.tar.zst
gsoc2013-evolution-GTKHTML_3_0_6.zip
This commit was manufactured by cvs2svn to create tagGTKHTML_3_0_6
'GTKHTML_3_0_6'. svn path=/tags/GTKHTML_3_0_6/; revision=21085
Diffstat (limited to 'my-evolution/e-summary-preferences.h')
-rw-r--r--my-evolution/e-summary-preferences.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/my-evolution/e-summary-preferences.h b/my-evolution/e-summary-preferences.h
deleted file mode 100644
index 2a706af02e..0000000000
--- a/my-evolution/e-summary-preferences.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
-/* e-summary-preferences.h
- *
- * Copyright (C) 2001 Ximian, Inc.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU General Public
- * License as published by the Free Software Foundation.
- *
- * 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 Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- *
- * Author: Iain Holmes
- */
-
-#ifndef __E_SUMMARY_PREFERENCES_H__
-#define __E_SUMMARY_PREFERENCES_H__
-
-#include <bonobo/bonobo-ui-component.h>
-#include <Evolution.h>
-
-gboolean e_summary_preferences_restore (ESummaryPrefs *prefs);
-void e_summary_preferences_save (ESummaryPrefs *prefs);
-void e_summary_preferences_free (ESummaryPrefs *prefs);
-ESummaryPrefs *e_summary_preferences_copy (ESummaryPrefs *prefs);
-ESummaryPrefs *e_summary_preferences_init (void);
-ESummaryPrefs *e_summary_preferences_get_global (void);
-
-BonoboObject *e_summary_preferences_create_control (void);
-void e_summary_preferences_init_control (GNOME_Evolution_Shell shell);
-
-#endif