util_slist_to_strv


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "3.4" ) ]
public string[] util_slist_to_strv (SList<string> strings)

Convert list of strings into NULL-terminates array of strings.

Parameters:

strings

a SList of strings (const gchar *)

Returns:

Newly allocated null-terminated array of strings. Returned pointer should be freed with strfreev.

Note: Pair function for this is util_strv_to_slist.


Namespace: E