GNOME Bugzilla – Bug 686318
Drop calls to g_type_init()
Last modified: 2012-10-17 20:49:59 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.
Created attachment 226661 [details] [review] Remove use of deprecated g_type_init () ... ... and bump GObject requirement accordingly.
Review of attachment 226661 [details] [review]: Looks right.
Attachment 226661 [details] pushed as 1735f28 - Remove use of deprecated g_type_init () ...