Well, ok, just one thing: I was always under the impression that gtk_tree_view_set_model adopted the current reference (I’ve seen a lot of code that also makes this assumption) – but no! It adds its own reference to the model. So if you were as ignorant as me (thanks to Priit Laes for pointing this one out), best go back and amend your code!
]]>