StringList.append

Appends string to self.

The string will be copied. See gtk.string_list.StringList.take for a way to avoid that.

class StringList
void
append
(
string string_
)

Parameters

string_ string

the string to insert