CollectionModel
Description:
[ CCode ( has_construct_function = false ) ]
protected CollectionModel ()
protected CollectionModel ()
Create a new CollectionModel.
The variable argument list should contain pairs of property names, and Type values. The variable argument list should be terminated with null.
Parameters:
| collection |
the collection to represent |
| mode |
whether list or tree mode |
| ... |
the column names and types |
Returns:
|
a newly allocated model, which should be released with unref. |