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

Function video_setting_changed_cb

gtk/src/videohandler.c:272–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272G_MODULE_EXPORT void
273video_setting_changed_cb (GtkWidget *widget, gpointer data)
274{
275 signal_user_data_t *ud = ghb_ud();
276 ghb_widget_to_setting(ud->settings, widget);
277 update_adv_settings_tooltip(ud);
278
279 ghb_clear_presets_selection(ud);
280}
281
282G_MODULE_EXPORT void
283video_option_changed_cb (GtkWidget *widget, gpointer data)

Callers 1

video_option_changed_cbFunction · 0.85

Calls 4

ghb_udFunction · 0.85
ghb_widget_to_settingFunction · 0.85

Tested by

no test coverage detected