GNOME Bugzilla – Bug 441422
Documentation for Gtk::FileChooser::get_filenames() is misleading
Last modified: 2007-05-28 13:49:49 UTC
It implies that we have to manually free the list of filenames returned, which (as far as I know) is not the case. It looks like some GLib documentation slipped through.
Created attachment 88854 [details] [review] Patch to override gtk+ docs for some FileChooser methods There were actually more methods that this affected than just get_filenames(). I changed them all to say that you don't need to free them. OK to commit?
Created attachment 88855 [details] [review] updated patch with changelog patched as well
Excellent. Thanks. Please commit. Every now and then I try to find and fix these, but new ones keep popping up.
OK, I've fixed this in trunk and gtkmm-2-10. Is it worth going back any farther?
No, that should be fine. Thanks.