[ Version ( since = "2.56" ) ]
[ CCode ( cname = "g_build_filename_valist" ) ]
public string build_filename_valist (string first_element, va_list args)
Creates a filename from a list of elements using the correct separator for the current platform.
Behaves exactly like build_filename, but takes the path elements as a va_list.
This function is mainly meant for implementing other variadic arguments functions.
| first_element |
the first element in the path |
| args |
va_list of remaining elements in path |
|
the newly allocated path |