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

Function ghb_string_value

gtk/src/values.c:96–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96GhbValue*
97ghb_string_value(const gchar *str)
98{
99 static GhbValue *gval = NULL;
100 if (gval == NULL)
101 gval = json_string(str);
102 else
103 json_string_set(gval, str);
104 return gval;
105}
106
107GhbValue*
108ghb_int_value(gint64 ival)

Callers 15

io_redirectFunction · 0.85
ghb_set_scale_settingsFunction · 0.85
vcodec_changed_cbFunction · 0.85
preset_save_as_action_cbFunction · 0.85
preset_save_action_cbFunction · 0.85
ghb_update_title_infoFunction · 0.85
deint_filter_changed_cbFunction · 0.85
vquality_changed_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected