util_slist_to_strv


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( deprecated = true , deprecated_since = "3.8" , since = "3.2" ) ]
public static string[] util_slist_to_strv (SList<string> strings)

Warning: util_slist_to_strv is deprecated since 3.8.

Convert a list of strings into a null-terminated array of strings.

Note:

Use util_slist_to_strv instead.

Parameters:

strings

a SList of strings (const gchar *)

Returns: