Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ ghb_write_settings_file
Function
ghb_write_settings_file
gtk/src/presets.c:804–808 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
802
}
803
804
void
805
ghb_write_settings_file(const gchar *path, GhbValue *dict)
806
{
807
ghb_json_write_file(path, dict);
808
}
809
810
static int
811
presets_add_config_file(const gchar *name)
Callers
1
save_queue_file_cb
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected