summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-03-23 22:39:49 +0100
committerGravatar waker <wakeroid@gmail.com>2011-03-23 22:39:49 +0100
commit7a1ab660f054d7a3974d0e2c7fe640f475a0e864 (patch)
treefdc1805646dd1c0aadf717dab453d9d49755c659 /deadbeef.h
parentfd302d7abc36942e7ff14b22fae1e72b4495bef1 (diff)
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
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h1
1 files changed, 1 insertions, 0 deletions
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);