Function
GLibstrdupv
since: 2.0
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.
Available since: 2.0