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 711840 - Avoid deprecated API with modern GLib
Avoid deprecated API with modern GLib
Status: RESOLVED FIXED
Product: gnome-perl
Classification: Bindings
Component: Glib
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
Depends on:
Blocks:
 
 
Reported: 2013-11-11 12:57 UTC by Emmanuele Bassi (:ebassi)
Modified: 2013-12-08 17:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Avoid deprecated API with modern GLib (6.45 KB, patch)
2013-11-11 12:57 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review

Description Emmanuele Bassi (:ebassi) 2013-11-11 12:57:11 UTC
I'm tired of seeing compiler warnings when building perl-Glib.
Comment 1 Emmanuele Bassi (:ebassi) 2013-11-11 12:57:21 UTC
Created attachment 259555 [details] [review]
Avoid deprecated API with modern GLib

We want to keep the ability to build perl-Glib with ancient versions of
GLib, but we also want to avoid compiler warnings when compiling against
modern versions of GLib. This means avoiding deprecated API, and trying
to keep up with the development of the library as much as possible.
Comment 2 Torsten Schoenfeld 2013-12-08 17:16:58 UTC
Finally committed, with minor modifications.  Yay, no more warnings!  Thanks for the patch, and sorry for the delay.