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

Function tweaks_changed_cb

gtk/src/callbacks.c:5350–5358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5348}
5349
5350G_MODULE_EXPORT void
5351tweaks_changed_cb (GtkWidget *widget, gpointer data)
5352{
5353 ghb_log_func();
5354 signal_user_data_t *ud = ghb_ud();
5355 ghb_widget_to_setting (ud->prefs, widget);
5356 const gchar *name = ghb_get_setting_key(widget);
5357 ghb_pref_set(ud->prefs, name);
5358}
5359
5360G_MODULE_EXPORT void
5361show_preview_changed_cb (GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected