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

Function ghb_boolean_value

gtk/src/values.c:129–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129GhbValue*
130ghb_boolean_value(gboolean bval)
131{
132 // Jansson boolean is singleton, no need for local static
133 GhbValue *gval = json_boolean(bval);
134 json_decref(gval);
135 return gval;
136}
137
138void
139ghb_string_value_set(GhbValue *gval, const gchar *str)

Callers 8

vcodec_changed_cbFunction · 0.85
framerate_changed_cbFunction · 0.85
preset_save_as_action_cbFunction · 0.85
container_changed_cbFunction · 0.85
hbfd_action_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected