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

Function setting_widget_changed_cb

gtk/src/callbacks.c:2978–2987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2976}
2977
2978G_MODULE_EXPORT void
2979setting_widget_changed_cb (GtkWidget *widget, gpointer data)
2980{
2981 signal_user_data_t *ud = ghb_ud();
2982
2983 ghb_widget_to_setting(ud->settings, widget);
2984 ghb_update_summary_info(ud);
2985 ghb_clear_presets_selection(ud);
2986 ghb_live_reset(ud);
2987}
2988
2989G_MODULE_EXPORT void
2990meta_pass_changed_cb (GtkWidget *widget, gpointer data)

Callers 2

meta_pass_changed_cbFunction · 0.85
filter_widget_changed_cbFunction · 0.85

Calls 5

ghb_udFunction · 0.85
ghb_widget_to_settingFunction · 0.85
ghb_update_summary_infoFunction · 0.85
ghb_live_resetFunction · 0.85

Tested by

no test coverage detected