Function
GLibstrjoin
since: 2.0
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.
Available since: 2.0
This function is not directly available to language bindings.