From e53eacd2d9b6b775dab6e8bd8cd39f0691192437 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 4 Dec 2002 19:52:45 +0000 Subject: Updated to be a shared library. * GNOME_Evolution_Summary.server.in.in: Updated to be a shared library. * main.c: Removed. * Makefile.am: Update to compile as a shared library. * component-factory.c: Changed to be a shared library factory, for both the ShellComponent and the ConfigControl objects. * e-summary-preferences.c (e_summary_preferences_init_config_control): Renamed from e_summary_preferences_register_config_control_factory. (e_summary_preferences_create_control): Renamed from factory_fn and removed all args. svn path=/trunk/; revision=19007 --- my-evolution/e-summary-preferences.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'my-evolution/e-summary-preferences.h') diff --git a/my-evolution/e-summary-preferences.h b/my-evolution/e-summary-preferences.h index 6b473fecab..2a706af02e 100644 --- a/my-evolution/e-summary-preferences.h +++ b/my-evolution/e-summary-preferences.h @@ -33,7 +33,7 @@ ESummaryPrefs *e_summary_preferences_copy (ESummaryPrefs *prefs); ESummaryPrefs *e_summary_preferences_init (void); ESummaryPrefs *e_summary_preferences_get_global (void); -gboolean e_summary_preferences_register_config_control_factory (GNOME_Evolution_Shell shell); - +BonoboObject *e_summary_preferences_create_control (void); +void e_summary_preferences_init_control (GNOME_Evolution_Shell shell); #endif -- cgit v1.2.3