StringList.append

void append(string string_) nothrow

Appends string to self.

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

Parameters

string_the string to insert