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

Function srt_codeset_changed_cb

gtk/src/subtitlehandler.c:984–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982}
983
984G_MODULE_EXPORT void
985srt_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
993G_MODULE_EXPORT void
994import_file_changed_cb (GtkWidget *widget, gpointer data)

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