API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
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
Type: gchar**
gchar**
A NULL-terminated array of strings to free.