GtkListStore::move_after

void move_after( GtkTreeIter iter , GtkTreeIter position );

Moves the given iter just after position. If position is null, the row will be moved at the start of the list.

See also: move_before() , insert_after()