buildPathv

fun buildPathv(separator: String, args: List<String>): String

Behaves exactly like g_build_path(), but takes the path elements as a string array, instead of varargs. 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.