Vala.Encoding.Yaml.parseFile – Valacore Reference Manual
parseFile
Description:
public
static
YamlValue
?
parseFile
(
Path
path)
Reads and parses a YAML file.
Parameters:
path
path to YAML file.
Returns:
root YamlValue, or null on error.