get_iter_at_row


Description:

public abstract unowned ModelIter get_iter_at_row (uint row)

Retrieves a ModelIter representing the row at the given index.

Note that this method does not have any performance guarantees. In particular it is not guaranteed to be O(1).

Parameters:

this

a Model

row

position of the row to retrieve

Returns:

A new ModelIter, or null if row was out of bounds. The returned iter is owned by this, so do not free it.