diff audacious/prefswin.h @ 1175:d03157b6b5dd trunk

[svn] prefswin_page_new(): This commit allows third party plugins to register directly into the preferences panel. This concept originates from Winamp3/Wasabi.Player (I always thought it was cool, myself, so here it is.)
author nenolod
date Sun, 11 Jun 2006 20:11:40 -0700
parents cb178e5ad177
children 42d4b152c14d
line wrap: on
line diff
--- a/audacious/prefswin.h	Sun Jun 11 17:28:56 2006 -0700
+++ b/audacious/prefswin.h	Sun Jun 11 20:11:40 2006 -0700
@@ -22,4 +22,6 @@
 void create_prefs_window(void);
 void show_prefs_window(void);
 
+gboolean prefswin_page_new(GtkWidget *container, gchar *name, gchar *imgurl);
+
 #endif