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

Function tmp_dir_enable_changed_cb

gtk/src/callbacks.c:5289–5294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5287}
5288
5289G_MODULE_EXPORT void
5290tmp_dir_enable_changed_cb (GtkWidget *widget, gpointer data)
5291{
5292 pref_changed_cb(widget, ghb_ud());
5293 prefs_require_restart = TRUE;
5294}
5295
5296G_MODULE_EXPORT void
5297ui_language_changed_cb (GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 2

pref_changed_cbFunction · 0.85
ghb_udFunction · 0.85

Tested by

no test coverage detected