Function glib::functions::build_filenamev[][src]

pub fn build_filenamev(args: &[&Path]) -> PathBuf
Expand description

Behaves exactly like g_build_filename(), but takes the path elements as a string array, instead of varargs. This function is mainly meant for language bindings.

args

None-terminated array of strings containing the path elements.

Returns

a newly-allocated string that must be freed with g_free().