StringList.append

Appends @string to @self.

The @string will be copied. See [method@Gtk.StringList.take] for a way to avoid that.

class StringList
void
append
(
string string_
)

Parameters

string_ string

the string to insert

Meta