util_strv_to_slist


Description:


[ Version ( since = "3.4" ) ]
public SList<string> util_strv_to_slist (string strv)

Convert NULL-terminated array of strings to a list of strings.

Parameters:

strv

a NULL-terminated array of strings (const gchar *)

Returns:

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.


Namespace: E