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

Function ghb_dict_set_string

gtk/src/values.c:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void
145ghb_dict_set_string(GhbValue *dict, const gchar *key, const gchar *sval)
146{
147 GhbValue *value;
148 value = ghb_string_value_new(sval);
149 ghb_dict_set(dict, key, value);
150}
151
152void
153ghb_dict_set_double(GhbValue *dict, const gchar *key, gdouble dval)

Callers 15

subtitle_add_trackFunction · 0.85
import_file_changed_cbFunction · 0.85
ghb_add_subtitle_filesFunction · 0.85
video_file_drop_receivedFunction · 0.85
ghb_set_scan_sourceFunction · 0.85
ghb_validate_videoFunction · 0.85
ghb_validate_audioFunction · 0.85
ghb_add_title_to_queueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected