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 670196 - Disable GLib deprecation warnings
Disable GLib deprecation warnings
Status: RESOLVED FIXED
Product: folks
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: Unset
Assigned To: folks-maint
folks-maint
Depends on:
Blocks:
 
 
Reported: 2012-02-16 09:01 UTC by Guillaume Desmottes
Modified: 2012-02-17 08:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Disable glib deprecated warnings (990 bytes, patch)
2012-02-16 09:03 UTC, Guillaume Desmottes
committed Details | Review
add missing config.h includes (1.20 KB, patch)
2012-02-16 09:03 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2012-02-16 09:01:58 UTC
We did the same in Empathy and tp-glib as we have to continue using GValueArray thanks to dbus-glib.
Comment 1 Guillaume Desmottes 2012-02-16 09:03:13 UTC
Created attachment 207734 [details] [review]
Disable glib deprecated warnings

We need GValueArray for dbus-glib, and it got deprecated in GLib 2.31.x
Comment 2 Guillaume Desmottes 2012-02-16 09:03:17 UTC
Created attachment 207735 [details] [review]
add missing config.h includes
Comment 3 Philip Withnall 2012-02-16 14:43:50 UTC
Review of attachment 207734 [details] [review]:

Make it so, with the addition of a comment linking to this bug report, and also to bug #653198.
Comment 4 Philip Withnall 2012-02-16 14:44:00 UTC
Review of attachment 207735 [details] [review]:

Looks good to me. Thanks for the patches.
Comment 5 Guillaume Desmottes 2012-02-17 08:20:25 UTC
Attachment 207734 [details] pushed as a062e90 - Disable glib deprecated warnings
Attachment 207735 [details] pushed as c231159 - add missing config.h includes