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

Function import_offset_changed_cb

gtk/src/subtitlehandler.c:975–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973}
974
975G_MODULE_EXPORT void
976import_offset_changed_cb (GtkWidget *widget, gpointer data)
977{
978 signal_user_data_t *ud = ghb_ud();
979 ghb_widget_to_setting(ud->settings, widget);
980 GhbValue *val = ghb_widget_value(widget);
981 subtitle_update_setting(ghb_value_xform(val, GHB_INT), "Offset", ud);
982}
983
984G_MODULE_EXPORT void
985srt_codeset_changed_cb (GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 4

ghb_udFunction · 0.85
ghb_widget_to_settingFunction · 0.85
ghb_widget_valueFunction · 0.85
subtitle_update_settingFunction · 0.85

Tested by

no test coverage detected