libpurple/theme-manager.h

branch
soc.2008.themes
changeset 23655
704a67a69ce0
parent 23648
a71b9a2345ea
child 25875
a98b16817658
--- a/libpurple/theme-manager.h	Mon Jun 30 23:12:54 2008 +0000
+++ b/libpurple/theme-manager.h	Sun Jul 06 05:57:26 2008 +0000
@@ -63,11 +63,14 @@
 GType purple_theme_manager_get_type (void);
 
 /**
- * Initalizes the manager then add the loaders to the theme manager 
- * and builds with the given loaders 
- * @param 	the loaders to build with 
+ * Initalizes the theme manager
  */
-void purple_theme_manager_init (PurpleThemeLoader *loader1, ...);
+void purple_theme_manager_init (void);
+
+/**
+ * Uninitalizes the manager then frees all the themes an loaders it is responsible for 
+ */
+void purple_theme_manager_uninit (void);
 
 /**
  * Rebuilds all the themes in the theme manager
@@ -76,11 +79,6 @@
 void purple_theme_manager_refresh(void);
 
 /**
- * Uninitalizes the manager then frees all the themes an loaders it is responsible for 
- */
-void purple_theme_manager_uninit (void);
-
-/**
  * Finds the PurpleTheme object stored by the theme manager
  * 
  * @param name		the name of the PurpleTheme

mercurial