Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
gint
91
ghb_value_cmp(const GhbValue *vala, const GhbValue *valb)
92
{
93
return !json_equal((GhbValue*)vala, (GhbValue*)valb);
94
}
95
96
GhbValue*
97
ghb_string_value(const gchar *str)
Callers
2
ghb_pref_save
Function · 0.85
ghb_pref_set
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected