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

Function ghb_dict_set_int

gtk/src/values.c:160–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void
161ghb_dict_set_int(GhbValue *dict, const gchar *key, gint64 ival)
162{
163 GhbValue *value;
164 value = ghb_int_value_new(ival);
165 ghb_dict_set(dict, key, value);
166}
167
168void
169ghb_dict_set_bool(GhbValue *dict, const gchar *key, gboolean bval)

Callers 15

subtitle_add_trackFunction · 0.85
apply_padFunction · 0.85
ghb_apply_cropFunction · 0.85
ghb_set_scale_settingsFunction · 0.85
ghb_finalize_jobFunction · 0.85
ghb_add_title_to_queueFunction · 0.85
ghb_set_video_presetFunction · 0.85
ghb_preset_to_settingsFunction · 0.85
ghb_prefs_loadFunction · 0.85
ghb_settings_to_presetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected