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.
None
-terminated
array of strings containing the path elements.
a newly-allocated string that must be freed
with g_free()
.