GtkListStore::prepend

GtkTreeIter prepend (array items);

This method works exactly like append() , except that the row is inserted at the beginning of the list, not at the end.

See also: append() , insert()