[ 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.
Use util_slist_to_strv instead.
| strings |
a SList of strings (const gchar *) |
|
Newly allocated null-terminated array of strings. The returned pointer should be freed with strfreev. Note: Paired function for this is util_strv_to_slist. |