Function
GLibstrdupv
Description
Copies NULL
-terminated array of strings. The copy is a deep copy;
the new array should be freed by first freeing each string, then
the array itself. g_strfreev()
does this for you. If called
on a NULL
value, g_strdupv()
simply returns NULL
.
This function is not directly available to language bindings.