API Version: 2.0
Library Version: 2.72
void g_strfreev ( gchar** str_array )
Frees a NULL-terminated array of strings, as well as each string it contains.
NULL
If str_array is NULL, this function simply returns.
str_array
gchar**
A NULL-terminated array of strings to free.