buildPathv
Behaves exactly like g_build_path(), but takes the path elements as a string array, instead of variadic arguments.
This function is mainly meant for language bindings.
Return
a newly-allocated string that must be freed with g_free().
Since
2.8
Parameters
separator
a string used to separator the elements of the path.
args
null-terminated array of strings containing the path elements.