I'm having performance issue with a big ListStore when i try to load restoring it from a file because i add every single row with append method. (i'm already detaching/reattaching model from treeview for speeding up) Is there a way of dumping in one-action only a ListStore to file and then restore it? Thank You Christian