Method

Gtk.StringList.append

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.

Parameters

string const char*
 

the string to insert

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string