buildFilenamev

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.

Return

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

Since

2.8

Parameters

args

null-terminated array of strings containing the path elements.