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 661612 - Add deprecation attributes to deprecated functions
Add deprecation attributes to deprecated functions
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2011-10-12 22:35 UTC by Matthias Clasen
Modified: 2011-10-13 17:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add deprecation attributes to deprecated functions (9.68 KB, patch)
2011-10-12 22:35 UTC, Matthias Clasen
none Details | Review
Add deprecation attributes to deprecated functions (9.68 KB, patch)
2011-10-13 17:55 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2011-10-12 22:35:03 UTC
This is using the newly introduce G_DEPRECATED macros
from GLib. Traditional deprecation guards are still in
place.
Comment 1 Matthias Clasen 2011-10-12 22:35:06 UTC
Created attachment 198887 [details] [review]
Add deprecation attributes to deprecated functions
Comment 2 Behdad Esfahbod 2011-10-12 22:54:23 UTC
Looks good.  Please push to master.
Comment 3 Matthias Clasen 2011-10-13 17:55:20 UTC
The following fix has been pushed:
0e09132 Add deprecation attributes to deprecated functions
Comment 4 Matthias Clasen 2011-10-13 17:55:23 UTC
Created attachment 198962 [details] [review]
Add deprecation attributes to deprecated functions

This is using the newly introduce G_DEPRECATED macros
from GLib. Traditional deprecation guards are still in
place.