summaryrefslogtreecommitdiff
path: root/plugins/gtkui/callbacks.h
diff options
context:
space:
mode:
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 acf23a02..124dda58 100644
--- a/plugins/gtkui/callbacks.h
+++ b/plugins/gtkui/callbacks.h
@@ -701,3 +701,7 @@ gboolean
on_mainwin_window_state_event (GtkWidget *widget,
GdkEventWindowState *event,
gpointer user_data);
+
+void
+on_pref_output_plugin_changed (GtkComboBox *combobox,
+ gpointer user_data);