Method
GtkStringListappend
Declaration [src]
void
gtk_string_list_append (
  GtkStringList* self,
  const char* string
)
Description [src]
Appends string to self.
The string will be copied. See
gtk_string_list_take() for a way to avoid that.