MCPcopy 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
804void
805ghb_write_settings_file(const gchar *path, GhbValue *dict)
806{
807 ghb_json_write_file(path, dict);
808}
809
810static int
811presets_add_config_file(const gchar *name)

Callers 1

save_queue_file_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected