stringListFromNullTerminatedCStringListAndFree
inline fun stringListFromNullTerminatedCStringListAndFree(cList: CStringList?): List<String>
Content copied to clipboard
Create a list of strings from a CStringList, then free it with g_strfreev