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 588655 - Work around deprecated g_mapped_file_free()
Work around deprecated g_mapped_file_free()
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: devhelp-maint
devhelp-maint
: 590113 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-07-15 13:26 UTC by Matthew Barnes
Modified: 2009-08-12 21:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (467 bytes, patch)
2009-07-15 13:28 UTC, Matthew Barnes
committed Details | Review

Description Matthew Barnes 2009-07-15 13:26:28 UTC
As of GLib 2.21.3, GMappedFile is now a reference counted data structure and g_mapped_file_free() has been deprecated in favor of g_mapped_file_unref().

Devhelp builds with deprecated GLib symbols disabled, so this causes build failures on newer platforms.
Comment 1 Matthew Barnes 2009-07-15 13:28:54 UTC
Created attachment 138439 [details] [review]
Proposed patch
Comment 2 Lucas Rocha 2009-08-12 21:10:44 UTC
*** Bug 590113 has been marked as a duplicate of this bug. ***
Comment 3 Lucas Rocha 2009-08-12 21:42:41 UTC
Pushed to master, thanks!