API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
void g_strfreev ( gchar** str_array )
Frees an array of strings, as well as each string it contains.
If str_array is NULL, this function simply returns.
str_array
NULL
Type: An array of gchar*
gchar*
An array of strings to free.