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)

Behaves exactly like build_filename, but takes the path elements as a va_list.

This function is mainly meant for language bindings.

Parameters:

first_element

the first element in the path

args

va_list of remaining elements in path

Returns:

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


Namespace: GLib.Path
Package: glib-2.0



2022 vala-language.org