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

Function ghb_dict_get_string

gtk/src/values.c:213–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213const gchar*
214ghb_dict_get_string(const GhbValue *dict, const gchar *key)
215{
216 const GhbValue* value;
217 value = ghb_dict_get_value(dict, key);
218 return ghb_value_get_string(value);
219}
220
221gchar*
222ghb_dict_get_string_xform(const GhbValue *dict, const gchar *key)

Callers 15

get_sub_sourceFunction · 0.85
subtitle_add_to_settingsFunction · 0.85
subtitle_add_trackFunction · 0.85
subtitle_name_changed_cbFunction · 0.85
ghb_add_subtitle_filesFunction · 0.85
subtitle_add_cbFunction · 0.85
subtitle_add_all_cbFunction · 0.85
ghb_subtitle_pruneFunction · 0.85
_ghb_idle_ui_initFunction · 0.85

Calls 1

ghb_dict_get_valueFunction · 0.85

Tested by

no test coverage detected