update GUI on remote preset change

This commit is contained in:
Tomasz Moń
2009-05-04 17:04:32 +02:00
parent af1d3a2906
commit 2633bac5d8
4 changed files with 69 additions and 28 deletions

1
gui.h
View File

@@ -22,6 +22,7 @@
void show_error_message(GtkWidget *parent, gchar *message);
void apply_setting_param_to_gui(SettingParam *param);
gboolean apply_current_preset_to_gui(gpointer data);
void gui_create(Device *device);
void gui_free();
gboolean unsupported_device_dialog(Device **device);