Constructor
Gtk.FlattenListModel.new
Declaration [src]
GtkFlattenListModel*
gtk_flatten_list_model_new (
  GListModel* model
)
Parameters
| model | GListModel* | 
| the model to be flattened | |
| Can be NULL | |
| Ownership of the data is transferred to the callee | 
Return value
| Returns: GtkFlattenListModel | |
| a new  | |
| Ownership of the data is transferred to the caller | |