build_filename_valist
Description:
[ Version ( since = "2.56" ) ]
[ CCode ( cname = "g_build_filename_valist" ) ]
public string build_filename_valist (string first_element, va_list args)
[ 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.
Parameters:
first_element |
the first element in the path |
args |
va_list of remaining elements in path |
Returns:
the newly allocated path |
Namespace: GLib.Path
Package: glib-2.0