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

Function ghb_read_settings_file

gtk/src/presets.c:882–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880}
881
882GhbValue*
883ghb_read_settings_file(const gchar *path)
884{
885 GhbValue *gval = NULL;
886
887 if (g_file_test(path, G_FILE_TEST_IS_REGULAR))
888 {
889 gval = ghb_json_parse_file(path);
890 }
891 return gval;
892}
893
894#if 0
895// Currently unused, but keeping around just in case...

Callers 1

open_queue_file_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected