must be freed with [glib.global.gfree].
buildPathv
fn
string buildPathv(string separator, string[] args)Behaves exactly like [glib.global.buildPath], but takes the path elements as a string array, instead of variadic arguments.
This function is mainly meant for language bindings.
Parameters
separator | a string used to separator the elements of the path. |
args | null-terminated array of strings containing the path elements. |
Returns
a newly-allocated string that