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 661344 - Drop use of G_DISABLE_DEPRECATED deprecation guards
Drop use of G_DISABLE_DEPRECATED deprecation guards
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
: 661954 (view as bug list)
Depends on: 661335
Blocks:
 
 
Reported: 2011-10-09 21:40 UTC by Matthias Clasen
Modified: 2011-11-03 04:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't use G_GNUC_DEPRECATED directly for deprecations (25.20 KB, patch)
2011-10-09 21:40 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2011-10-09 21:40:09 UTC
This will let people opt out of deprecations on a per-module basis.
Unfortunately, this currently makes gtk-doc fall over.
Comment 1 Matthias Clasen 2011-10-09 21:40:11 UTC
Created attachment 198674 [details] [review]
Don't use G_GNUC_DEPRECATED directly for deprecations
Comment 2 Matthias Clasen 2011-10-09 21:50:46 UTC
Described the wrong patch here... This patch is actually about dropping deprecation guards. gtk-doc works ok without them, it just emits a ton of warning about deprecated symbols without deprecation guards.
Comment 3 Allison Karlitskaya (desrt) 2011-10-17 14:44:01 UTC
*** Bug 661954 has been marked as a duplicate of this bug. ***
Comment 4 Matthias Clasen 2011-11-03 04:29:11 UTC
I've done this now, for functions.