| 982 | } |
| 983 | |
| 984 | G_MODULE_EXPORT void |
| 985 | srt_codeset_changed_cb (GtkWidget *widget, gpointer data) |
| 986 | { |
| 987 | signal_user_data_t *ud = ghb_ud(); |
| 988 | ghb_widget_to_setting(ud->settings, widget); |
| 989 | GhbValue *val = ghb_dict_get(ud->settings, "SrtCodeset"); |
| 990 | import_setting_update(ghb_value_dup(val), "Codeset", ud); |
| 991 | } |
| 992 | |
| 993 | G_MODULE_EXPORT void |
| 994 | import_file_changed_cb (GtkWidget *widget, gpointer data) |
nothing calls this directly
no test coverage detected