Str.strfreev

Frees a NULL-terminated array of strings, and the array itself. If called on a NULL value, g_strfreev() simply returns.

class Str
static
void
strfreev
(
string[] strArray
)

Parameters

strArray string[]

a NULL-terminated array of strings to free

Meta