summaryrefslogtreecommitdiff
path: root/plugins/gtkui/callbacks.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 /plugins/gtkui/callbacks.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 'plugins/gtkui/callbacks.h')
-rw-r--r--plugins/gtkui/callbacks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/gtkui/callbacks.h b/plugins/gtkui/callbacks.h
index de5bfd75..3f8863fc 100644
--- a/plugins/gtkui/callbacks.h
+++ b/plugins/gtkui/callbacks.h
@@ -1107,3 +1107,7 @@ on_replaygain_preamp_value_changed (GtkRange *range,
void
on_tabstrip_text_color_set (GtkColorButton *colorbutton,
gpointer user_data);
+
+void
+on_gui_plugin_changed (GtkComboBox *combobox,
+ gpointer user_data);