string_slist_to_comma_string


Description:

[ 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

Parameters:

strings

a list of gchar *

Returns:

comma-separated newly allocated text of strings