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 686318 - Drop calls to g_type_init()
Drop calls to g_type_init()
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-10-17 17:03 UTC by Florian Müllner
Modified: 2012-10-17 20:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove use of deprecated g_type_init () ... (2.52 KB, patch)
2012-10-17 17:03 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2012-10-17 17:03:00 UTC
See patch.

Alternatively we could make the calls optional using GLIB_CHECK_VERSION, but depending on the latest GLib is fine for core modules IMHO.
Comment 1 Florian Müllner 2012-10-17 17:03:02 UTC
Created attachment 226661 [details] [review]
Remove use of deprecated g_type_init () ...

... and bump GObject requirement accordingly.
Comment 2 Colin Walters 2012-10-17 20:48:28 UTC
Review of attachment 226661 [details] [review]:

Looks right.
Comment 3 Florian Müllner 2012-10-17 20:49:56 UTC
Attachment 226661 [details] pushed as 1735f28 - Remove use of deprecated g_type_init () ...