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

Function log_level_changed_cb

gtk/src/callbacks.c:5269–5276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5267}
5268
5269G_MODULE_EXPORT void
5270log_level_changed_cb (GtkWidget *widget, gpointer data)
5271{
5272 signal_user_data_t *ud = ghb_ud();
5273 pref_changed_cb(widget, ud);
5274 int level = ghb_dict_get_int(ud->prefs, "LoggingLevel");
5275 ghb_log_level_set(level);
5276}
5277
5278G_MODULE_EXPORT void
5279use_m4v_changed_cb (GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 4

ghb_udFunction · 0.85
pref_changed_cbFunction · 0.85
ghb_dict_get_intFunction · 0.85
ghb_log_level_setFunction · 0.85

Tested by

no test coverage detected