Function
GLibstrjoin
Declaration [src]
gchar*
g_strjoin (
const gchar* separator,
...
)
Description [src]
Joins a number of strings together to form one long string, with the
optional separator
inserted between each of them.
This function is not directly available to language bindings.