GNOME Bugzilla – Bug 666145
Doc could be more explicite that g_thread_init calls can be droped
Last modified: 2011-12-14 12:16:54 UTC
The doc for g_thread_init() in glib 2.31.x says: "Since version 2.32, GLib does not support custom thread implementations anymore and the vtable parameter is ignored and you should pass NULL." But it is not only about its args, the whole call is now useless. So I suggest adding a note that since glib 2.32, every calls to that function can be simply removed.
The following fix has been pushed: edfab83 Add an explicit deprecation note to g_thread_init
Created attachment 203447 [details] [review] Add an explicit deprecation note to g_thread_init