GNOME Bugzilla – Bug 309811
TreeRowReference.free() is a leftover. so API documentation should mention that
Last modified: 2006-04-02 19:27:50 UTC
.free() is not needed. you may as well remove documentation for it [the best IMO] or have it with a desc that will say it's a leftover (eg. you don't have to use it) the first makes more sense because if you don'th ave to use it then API shouldn't mention it. the fact that you don't have to use it is confirmed by jdahlin
There are several of these free methods "leftover". These all need to be marked as deprecated and/or removed and then the docs can be updated to match.
okay I hope pygtk-devs make the right decision and deprecated them
This is similar to bug 306095. Memory management of boxed types in PyGTK is automatic, and copy/free methods should not even be in the API.
Gustavo, so fix and apply in 2.9?
Marked as deprecated in the code; over to documentation..
Already deprecated in the docs.