Str.strfreev

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

struct Str
static
void
strfreev
(
string[] strArray
)

Parameters

strArray string[]

a %NULL-terminated array of strings to free

Meta