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