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

Function ghb_dict_get_int

gtk/src/values.c:195–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195gint64
196ghb_dict_get_int(const GhbValue *dict, const gchar *key)
197{
198 const GhbValue* value;
199 value = ghb_dict_get_value(dict, key);
200 if (value == NULL) return 0;
201 return ghb_value_get_int(value);
202}
203
204gdouble
205ghb_dict_get_double(const GhbValue *dict, const gchar *key)

Callers 15

get_sub_sourceFunction · 0.85
subtitle_add_trackFunction · 0.85
set_pref_subtitleFunction · 0.85
ghb_add_subtitle_filesFunction · 0.85
subtitle_add_cbFunction · 0.85
subtitle_add_all_cbFunction · 0.85
ghb_application_activateFunction · 0.85

Calls 1

ghb_dict_get_valueFunction · 0.85

Tested by

no test coverage detected