GNOME Bugzilla – Bug 93346
minor gtkmm API inconsistency
Last modified: 2004-12-22 21:47:04 UTC
From TODO file: - The following methods should be renamed to be more consistent with the rest of the Gtk+/Gtkmm API file class current name new name ------------------------------------------------------------------- quark.h QueryQuark id() get_id() rgbcmap.h RgbCmap size() get_size() treemodelcolumn.h TreeModelColumnRecord types() get_types() TreeModelColumnBase type() get_type() index() get_index() treemodelcolumn.h TreeModelColumnRecord size() get_size()
Created attachment 11089 [details] [review] solves the problem...
Created attachment 11090 [details] [review] this one is really in plain text
I think these have been discussed already. The TODO file is wrong if it says that. There are easy-fix bugs in bugzilla that you could work on instead. size() is meant to be like the size() in STL containers. The others aren't worth breaking the API freeze. Sorry.