Convert NULL-terminated array of strings to a list of strings.
| strv |
a NULL-terminated array of strings (const gchar *) |
|
Newly allocated SList of newly allocated strings. The returned pointer should be freed with util_free_string_slist. Note: Pair function for this is util_slist_to_strv. |