TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.8
Behaves exactly like g_build_path(), but takes the path elements as a string array, instead of variadic arguments.
g_build_path()
This function is mainly meant for language bindings.
a string used to separate the elements of the path.
null-terminated array of strings containing the path elements.
null
a newly-allocated string that must be freed with g_free().
g_free()
2.8
Behaves exactly like
g_build_path(), but takes the path elements as a string array, instead of variadic arguments.This function is mainly meant for language bindings.