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

Function show_preview_changed_cb

gtk/src/callbacks.c:5360–5370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5358}
5359
5360G_MODULE_EXPORT void
5361show_preview_changed_cb (GtkWidget *widget, gpointer data)
5362{
5363 ghb_log_func();
5364 signal_user_data_t *ud = ghb_ud();
5365
5366 ghb_widget_to_setting (ud->prefs, widget);
5367 const gchar *name = ghb_get_setting_key(widget);
5368 ghb_pref_set(ud->prefs, name);
5369 mini_preview_update(TRUE, ud);
5370}
5371
5372G_MODULE_EXPORT void
5373hbfd_feature_changed_cb (GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 5

ghb_udFunction · 0.85
ghb_widget_to_settingFunction · 0.85
ghb_get_setting_keyFunction · 0.85
ghb_pref_setFunction · 0.85
mini_preview_updateFunction · 0.85

Tested by

no test coverage detected