diff -r ee5f1cc604f8 -r 704a67a69ce0 libpurple/theme-manager.h --- 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