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 553378 - Different member function and warpped functino names
Different member function and warpped functino names
Status: RESOLVED WONTFIX
Product: glibmm
Classification: Bindings
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2008-09-23 09:21 UTC by Szilárd Pfeiffer
Modified: 2008-09-23 12:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
possible solution of problem mentioned in comment 0 (5.11 KB, patch)
2008-09-23 09:24 UTC, Szilárd Pfeiffer
none Details | Review

Description Szilárd Pfeiffer 2008-09-23 09:21:37 UTC
In case of Glib::NodeTree there are some member functions which have different name that that wrapped function have. It may cause misunderstandings so it would be better if they were the same.
Comment 1 Szilárd Pfeiffer 2008-09-23 09:24:07 UTC
Created attachment 119213 [details] [review]
possible solution of problem mentioned in comment 0

2008-09-23  Szilard Pfeiffer  <szilard.pfeiffer@gmail.com>

    * glib/src/nodetree.hg: Changed some member function name according to
    the name of the wrapped function. Removed unnecessary code.
      
    * tests/glibmm_nodetree/main.cc: Followed changes mentioned above.
    Bug #553378
Comment 2 Murray Cumming 2008-09-23 12:24:56 UTC
Thanks, but this API is now stable in a .0 release and cannot be changed. We could add new methods and deprecate the old ones, but that doesn't seem worth it.