diff libpurple/theme.h @ 23452:68b7691aa3ed

Added theme loader class abstract whose only (current/planned) function is to build themes
author Justin Rodriguez <ffdragon@soc.pidgin.im>
date Sat, 07 Jun 2008 11:03:20 +0000
parents de8f7e6a707a
children 8f397c8e728a
line wrap: on
line diff
--- a/libpurple/theme.h	Sat Jun 07 01:55:23 2008 +0000
+++ b/libpurple/theme.h	Sat Jun 07 11:03:20 2008 +0000
@@ -69,17 +69,6 @@
 GType purple_theme_get_type(void);
 
 /**
- * Creates a new PurpleTheme object
- * 
- * @param name 		the purple theme name
- * @param author 	the purple theme author
- * @param type 		the purple theme type
- *
- * @return a new PurpleTheme object
- */
-PurpleTheme *purple_theme_new(const gchar *name, const gchar *author, const gchar *type);
-
-/**
  * Returns the name of the PurpleTheme object
  * 
  * @param theme 	the purple theme