Function
GLibbuild_pathv
Description
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.
Available since: | 2.8 |
Parameters
separator |
const gchar* |
A string used to separator the elements of the path. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
args |
An array of filename |
|
|
The array must be NULL -terminated. | |
The data is owned by the caller of the function. | |
Each element is a file system path, using the OS encoding. |