[ Version ( since = "3.2" ) ]
public static string string_slist_to_comma_string (SList<string> strings)
Takes a list of strings and converts it to a comma-separated string of values; free returned pointer with g_free
| strings |
a list of gchar * |
|
comma-separated newly allocated text of |