GNOME Bugzilla – Bug 162693
TreeModel::get_iter() needs to be const
Last modified: 2005-01-04 10:44:13 UTC
gtk_tree_model_get_iter does not change anything about the model so the get_iter() methods should be const or have const counterparts.
get_iter() does give you an iterator that allows you to change the model, so it should not be const. However, we do need a const_iterator get_iter() const. But we don't have a real const_iterator yet: http://bugzilla.gnome.org/show_bug.cgi?id=134520 *** This bug has been marked as a duplicate of 134520 ***