diff options
Diffstat (limited to 'plugins/dfcdrom/cdrcfg-0.1df/callbacks.h')
| -rw-r--r-- | plugins/dfcdrom/cdrcfg-0.1df/callbacks.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/dfcdrom/cdrcfg-0.1df/callbacks.h b/plugins/dfcdrom/cdrcfg-0.1df/callbacks.h new file mode 100644 index 00000000..622914d9 --- /dev/null +++ b/plugins/dfcdrom/cdrcfg-0.1df/callbacks.h @@ -0,0 +1,18 @@ +#include <gtk/gtk.h> + + +void +on_cfg_dialog_show (GtkWidget *widget, + gpointer user_data); + +void +on_cfg_cancelbutton_clicked (GtkButton *button, + gpointer user_data); + +void +on_cfg_okbutton_clicked (GtkButton *button, + gpointer user_data); + +void +on_abt_okbutton_clicked (GtkButton *button, + gpointer user_data); |
