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

Function ghb_dict_set_double

gtk/src/values.c:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void
153ghb_dict_set_double(GhbValue *dict, const gchar *key, gdouble dval)
154{
155 GhbValue *value;
156 value = ghb_double_value_new(dval);
157 ghb_dict_set(dict, key, value);
158}
159
160void
161ghb_dict_set_int(GhbValue *dict, const gchar *key, gint64 ival)

Callers 5

ghb_settings_to_presetFunction · 0.85
ptop_update_bgFunction · 0.85
audio_add_trackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected