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

Function ghb_dict_get_value

gtk/src/values.c:176–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176GhbValue*
177ghb_dict_get_value(const GhbValue *dict, const gchar *key)
178{
179 GhbValue *value;
180 value = ghb_dict_get(dict, key);
181 if (value == NULL)
182 g_debug("returning null (%s)", key);
183 return value;
184}
185
186gboolean
187ghb_dict_get_bool(const GhbValue *dict, const gchar *key)

Callers 15

subtitle_add_lang_iterFunction · 0.85
ghb_dict_get_boolFunction · 0.85
ghb_dict_get_intFunction · 0.85
ghb_dict_get_doubleFunction · 0.85
ghb_dict_get_stringFunction · 0.85
vcodec_changed_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected