GNOME Bugzilla – Bug 650061
examples make use of deprecated function g_thread_init()
Last modified: 2012-06-16 09:36:40 UTC
Created attachment 187736 [details] [review] patch In example g_thread_init(NULL) is called together with g_type_init(). .Since version 2.24 g_type_init() also initializes the thread system, so calling also g_thread_init(NULL) is not required and could also be not safe.
Confirming. Note that the patch description should say "since 2.24", not "since 2.2".
Created attachment 204498 [details] [review] Drop obsolete g_thread_init() This patch also covers the remaining instances in the tests, and bumps the glib requirement accordingly.
Seems good to me, Ross ?
Review of attachment 204498 [details] [review]: Push it.
Attachment 204498 [details] pushed as 7ca54a3 - Drop obsolete g_thread_init()