util_copy_string_slist
Description:
[ Version ( deprecated = true , deprecated_since = "3.8" , since = "3.2" ) ]
public static SList<string> util_copy_string_slist (owned SList<string>? copy_to, SList<string> strings)
public static SList<string> util_copy_string_slist (owned SList<string>? copy_to, SList<string> strings)
Warning: util_copy_string_slist is deprecated since 3.8.
Copies the SList of strings to the end of copy_to
.
Note:
Use util_copy_string_slist instead.
Parameters:
copy_to |
Where to copy; may be |
strings |
SList of strings to be copied |
Returns:
New head of |