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

Function ghb_dict_set_bool

gtk/src/values.c:168–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void
169ghb_dict_set_bool(GhbValue *dict, const gchar *key, gboolean bval)
170{
171 GhbValue *value;
172 value = ghb_bool_value_new(bval);
173 ghb_dict_set(dict, key, value);
174}
175
176GhbValue*
177ghb_dict_get_value(const GhbValue *dict, const gchar *key)

Callers 15

subtitle_add_to_settingsFunction · 0.85
subtitle_add_trackFunction · 0.85
subtitle_add_fas_cbFunction · 0.85
ghb_subtitle_pruneFunction · 0.85
subtitle_remove_cbFunction · 0.85
title_add_select_all_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected