diff options
Diffstat (limited to 'my-evolution/e-summary-preferences.h')
-rw-r--r-- | my-evolution/e-summary-preferences.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/my-evolution/e-summary-preferences.h b/my-evolution/e-summary-preferences.h index b271e0c55c..0ce3715931 100644 --- a/my-evolution/e-summary-preferences.h +++ b/my-evolution/e-summary-preferences.h @@ -6,10 +6,18 @@ * Authors: Iain Holmes <iain@ximian.com> */ +#ifndef __E_SUMMARY_PREFERENCES_H__ +#define __E_SUMMARY_PREFERENCES_H__ + +#include <bonobo/bonobo-ui-component.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); -void e_summary_configure (GtkWidget *widget, - ESummary *summary); +void e_summary_configure (BonoboUIComponent *component, + gpointer userdata, + const char *cname); void e_summary_preferences_init (ESummary *summary); + +#endif |