From 7a1ab660f054d7a3974d0e2c7fe640f475a0e864 Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 23 Mar 2011 22:39:49 +0100 Subject: renamed gtkui plugin into ddb_gui_GTK2; changed the way gui plugins must be named; added selection of gui plugin to preferences window; only 1 gui plugin is loaded at a time --- deadbeef.h | 1 + 1 file changed, 1 insertion(+) (limited to 'deadbeef.h') diff --git a/deadbeef.h b/deadbeef.h index 364db17a..85071b75 100644 --- a/deadbeef.h +++ b/deadbeef.h @@ -544,6 +544,7 @@ typedef struct { struct DB_dsp_s **(*plug_get_dsp_list) (void); struct DB_playlist_s **(*plug_get_playlist_list) (void); struct DB_plugin_s **(*plug_get_list) (void); + const char **(*plug_get_gui_names) (void); const char * (*plug_get_decoder_id) (const char *id); void (*plug_remove_decoder_id) (const char *id); struct DB_plugin_s *(*plug_get_for_id) (const char *id); -- cgit v1.2.3