Function config_get_file_name

Source
fn config_get_file_name(p: &PathBuf) -> PathBuf
Expand description

Given a relative path to a config file, this function returns the complete file name to load.

This is a simplified version of FcConfigGetFilename from the Fontconfig library.