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

Function import_lang_changed_cb

gtk/src/subtitlehandler.c:1019–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017}
1018
1019G_MODULE_EXPORT void
1020import_lang_changed_cb (GtkWidget *widget, GParamSpec *pspec, gpointer userdata)
1021{
1022 signal_user_data_t *ud = ghb_ud();
1023 ghb_widget_to_setting(ud->settings, widget);
1024 GhbValue *val = ghb_dict_get(ud->settings, "ImportLanguage");
1025 import_setting_update(ghb_value_dup(val), "Language", ud);
1026}
1027
1028static void
1029clear_subtitle_list_settings(GhbValue *settings)

Callers

nothing calls this directly

Calls 3

ghb_udFunction · 0.85
ghb_widget_to_settingFunction · 0.85
import_setting_updateFunction · 0.85

Tested by

no test coverage detected