Constructor
Gtk.StringList.new
Declaration [src]
GtkStringList*
gtk_string_list_new (
  const char* const* strings
)
Parameters
| strings | An array of char* | 
| The strings to put in the model | |
| Can be NULL | |
| Ownership is not transferred to the callee | 
Return value
| Returns: GtkStringList | |
| a new  | |
| Ownership of the data is transferred to the caller | |