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

Function subtitle_forced_toggled_cb

gtk/src/subtitlehandler.c:820–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

818}
819
820G_MODULE_EXPORT void
821subtitle_forced_toggled_cb (GtkWidget *widget, gpointer data)
822{
823 signal_user_data_t *ud = ghb_ud();
824 ghb_widget_to_setting(ud->settings, widget);
825 GhbValue *val = ghb_widget_value(widget);
826 subtitle_update_setting(val, "Forced", ud);
827}
828
829G_MODULE_EXPORT void
830subtitle_burned_toggled_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