blob: 9052e0ede661653f56658e9bd8c49e30a81828ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- ./src/jagsprefsdialog.h.orig 2003-09-04 23:14:54.000000000 +0200
+++ ./src/jagsprefsdialog.h 2014-01-08 10:20:11.000000000 +0100
@@ -57,4 +57,10 @@
~JagsPrefsDialog();
};
+gint onPluginsChanged(GtkWidget *, GdkEvent *, JagsPrefsDialog *pd);
+gint on_cancel(GtkWidget *widget, JagsConfig *conf);
+gint on_apply(GtkWidget *widget, JagsConfig *conf2);
+gint on_close(GtkWidget *widget, JagsConfig *conf);
+void on_toggle_sound(GtkWidget *widget, JagsConfig *conf);
+
#endif
|