strdupv

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.

string[]
strdupv
(
string[] strArray = null
)

Parameters

strArray string[]

an array of strings to copy

Return Value

Type: string[]

a newly-allocated array of strings. Use funcGLib.strfreev to free it.