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 630900 - GtkCellRendererClass: unify const of GdkRectangle args
GtkCellRendererClass: unify const of GdkRectangle args
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
2.90.x
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-09-29 13:02 UTC by Guillaume Desmottes
Modified: 2010-10-04 14:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2010-09-29 13:02:42 UTC
Some methods of GtkCellRendererClass's vtable take a "GdkRectangle *" while some take a "const GdkRectangle *". It would be good to unify that and stay coherent.