[ Version ( deprecated = true , deprecated_since = "3.8" , since = "3.2" ) ]
public static void util_free_string_slist (SList<string> strings)
Warning: util_free_string_slist is deprecated since 3.8.
Frees memory previously allocated by util_strv_to_slist.
Use g_slist_free_full
instead.
strings |
a SList of strings (gchar *) |