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 106952 - protect gtk_object_new by GTK_DISABLE_DEPRECATED
protect gtk_object_new by GTK_DISABLE_DEPRECATED
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
2.2.x
Other other
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-02-24 19:30 UTC by Matthias Clasen
Modified: 2011-02-04 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2003-02-24 19:30:06 UTC
gtk_object_new is documented as deprecated, but not protected by
GTK_DISABLE_DEPRECATED.
Comment 1 Owen Taylor 2003-02-28 20:32:46 UTC
I think it was just an oversight. Looks like it should be 
deprecated to me.