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 603733 - Remove deprecated Glib symbol
Remove deprecated Glib symbol
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
0.23.x
Other All
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks: 560423
 
 
Reported: 2009-12-03 21:07 UTC by Javier Jardón (IRC: jjardon)
Modified: 2009-12-09 06:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
g_mapped_file_free (846 bytes, patch)
2009-12-03 21:08 UTC, Javier Jardón (IRC: jjardon)
none Details | Review
g_mapped_file_free.v2 (1.13 KB, patch)
2009-12-03 21:30 UTC, Javier Jardón (IRC: jjardon)
none Details | Review

Description Javier Jardón (IRC: jjardon) 2009-12-03 21:07:28 UTC
Use g_mapped_file_unref instead g_mapped_file_free if glib >= 2.22 is available
Comment 1 Javier Jardón (IRC: jjardon) 2009-12-03 21:08:43 UTC
Created attachment 149037 [details] [review]
g_mapped_file_free
Comment 2 Behdad Esfahbod 2009-12-03 21:20:22 UTC
I'd rather we just bump the required glib version...
Comment 3 Javier Jardón (IRC: jjardon) 2009-12-03 21:30:00 UTC
Created attachment 149041 [details] [review]
g_mapped_file_free.v2

Ok, here a new patch.
Comment 4 Behdad Esfahbod 2009-12-09 06:27:59 UTC
Fixed.