After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 93346 - minor gtkmm API inconsistency
minor gtkmm API inconsistency
Status: RESOLVED WONTFIX
Product: gtkmm
Classification: Bindings
Component: general
2.0
Other Linux
: Normal minor
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-09-15 19:10 UTC by andrewnovikov
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
solves the problem... (3.37 KB, patch)
2002-09-15 19:11 UTC, andrewnovikov
none Details | Review
this one is really in plain text (13.25 KB, patch)
2002-09-15 19:14 UTC, andrewnovikov
none Details | Review

Description andrewnovikov 2002-09-15 19:10:16 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()
Comment 1 andrewnovikov 2002-09-15 19:11:45 UTC
Created attachment 11089 [details] [review]
solves the problem...
Comment 2 andrewnovikov 2002-09-15 19:14:39 UTC
Created attachment 11090 [details] [review]
this one is really in plain text
Comment 3 Murray Cumming 2002-09-16 07:53:07 UTC
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.