Util.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. Since 2.8

class Util
static
string
buildFilenamev
(
char** args
)

Parameters

args char**

NULL-terminated array of strings containing the path elements.

Return Value

Type: string

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

Meta