next
Description:
public abstract unowned ModelIter next (
ModelIter iter)
Returns a ModelIter that points to the next position in the model.
Parameters:
| this |
a Model
|
| iter |
a ModelIter
|
Returns:
|
A ModelIter, pointing to the next row in the model. The iter is owned by
this, do not free it.
|