newly-allocated array of strings. Use funcGLib.strfreev to free it.
strdupv
fn
string[] strdupv(string[] strArray = null)Copies an array of strings. The copy is a deep copy; each string is also copied.
If called on a NULL value, [glib.global.strdupv] simply returns NULL.
Parameters
strArray | an array of strings to copy |
Returns
a