Reverting the previous commit as it breaks the API freeze. Shall get this
authorHarish Krishnaswamy <kharish@novell.com>
Mon, 30 Jan 2006 11:23:23 +0000 (11:23 +0000)
committerHarish Krishnaswamy <kharish@src.gnome.org>
Mon, 30 Jan 2006 11:23:23 +0000 (11:23 +0000)
2006-01-30  Harish Krishnaswamy  <kharish@novell.com>

* libedataserver/e-data-server-module.c:
(e_data_server_module_add_type):
* libedataserver/e-data-server-module.h:
Reverting the previous commit as it breaks the API freeze.
Shall get this in HEAD as soon as we branch out.

ChangeLog
libedataserver/e-data-server-module.c
libedataserver/e-data-server-module.h

index e657ebe..d536a55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-01-30  Harish Krishnaswamy  <kharish@novell.com>
+
+       * libedataserver/e-data-server-module.c:
+       (e_data_server_module_add_type):
+       * libedataserver/e-data-server-module.h:
+       Reverting the previous commit as it breaks the API freeze.
+       Shall get this in HEAD as soon as we branch out.
+
 2006-01-30  Ross Burton  <ross@openedhand.com>
 
        * libedataserver/e-data-server-module.c:
index 55ad1bf..49df816 100644 (file)
@@ -262,13 +262,3 @@ e_data_server_module_add_type (GType type)
 
        module_objects = g_list_prepend (module_objects, object);
 }
-
-/**
- * Unref all loaded modules, so that unused modules are unloaded from the
- * system.
- */
-void
-e_data_server_module_remove_unused (void)
-{
-       g_list_foreach (module_objects, (GFunc)g_object_unref, NULL);
-}
index 6263342..95cbd6a 100644 (file)
@@ -30,7 +30,6 @@ G_BEGIN_DECLS
 void   e_data_server_module_init             (void);
 GList *e_data_server_get_extensions_for_type (GType type);
 void   e_data_server_extension_list_free     (GList *list);
-void   e_data_server_module_remove_unused    (void);
 
 /* Add a type to the module interface - allows EDS to add its own modules
  * without putting them in separate shared libraries */