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

Function ghb_resource_get

gtk/src/resources.c:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48GhbValue*
49ghb_resource_get(const gchar *name)
50{
51 GhbValue *result;
52 result = ghb_dict_get(resources, name);
53 return result;
54}
55
56void
57ghb_resource_free (void)

Callers 2

ghb_settings_initFunction · 0.85
ghb_prefs_loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected