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

Function ghb_settings_combo_double

gtk/src/settings.c:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40gdouble
41ghb_settings_combo_double(const GhbValue *settings, const gchar *key)
42{
43 return ghb_lookup_combo_double(key, ghb_dict_get_value(settings, key));
44}
45
46gchar*
47ghb_settings_combo_option(const GhbValue *settings, const gchar *key)

Callers 2

ghb_vquality_rangeFunction · 0.85
vquality_changed_cbFunction · 0.85

Calls 2

ghb_lookup_combo_doubleFunction · 0.85
ghb_dict_get_valueFunction · 0.85

Tested by

no test coverage detected