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

Function ghb_value_cmp

gtk/src/values.c:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90gint
91ghb_value_cmp(const GhbValue *vala, const GhbValue *valb)
92{
93 return !json_equal((GhbValue*)vala, (GhbValue*)valb);
94}
95
96GhbValue*
97ghb_string_value(const gchar *str)

Callers 2

ghb_pref_saveFunction · 0.85
ghb_pref_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected