MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / subtitle_def_widget_changed_cb

Function subtitle_def_widget_changed_cb

gtk/src/subtitlehandler.c:1425–1431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1423}
1424
1425G_MODULE_EXPORT void
1426subtitle_def_widget_changed_cb (GtkWidget *widget, gpointer data)
1427{
1428 signal_user_data_t *ud = ghb_ud();
1429 ghb_widget_to_setting(ud->settings, widget);
1430 ghb_clear_presets_selection(ud);
1431}
1432
1433static void
1434subtitle_update_pref_lang(signal_user_data_t *ud, const iso639_lang_t *lang)

Callers

nothing calls this directly

Calls 3

ghb_udFunction · 0.85
ghb_widget_to_settingFunction · 0.85

Tested by

no test coverage detected