GtkTreeStore::move_before

void move_before(GtkTreeIter iter, GtkTreeIter position);

Moves the row given by iter directly before position.

That method works only with unsorted stores and requires both iters to be at the same level. If position is null, the row will be moved to the end of the level.

See also: move_before()