Deprecate g_thread_init()
authorRyan Lortie <desrt@desrt.ca>
Tue, 4 Oct 2011 19:30:39 +0000 (15:30 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 4 Oct 2011 19:31:49 +0000 (15:31 -0400)
commit47444dacc069be5984df4064ae382d45a9ae8c9e
tree5b4d5f2dde3f4646b076a12d845acac2d75396f1
parent310c3ed4cc733f47b88b44fb03757bd7213a4f9a
Deprecate g_thread_init()

Move the last few things that needed thread-safe initialisation to a
global ctor.

https://bugzilla.gnome.org/show_bug.cgi?id=660744
19 files changed:
glib/Makefile.am
glib/deprecated/gthread-deprecated.c
glib/deprecated/gthread.h
glib/glib-init.c [new file with mode: 0644]
glib/glib-init.h [new file with mode: 0644]
glib/gmain.c
glib/gmem.c
glib/gmessages.c
glib/grand.c
glib/gslice.c
glib/gstrfuncs.c
glib/gthread.c
glib/gthread.h
glib/gthreadpool.c
glib/gthreadprivate.h
glib/gutils.c
glib/gwin32.c
gobject/gtype.c
gthread/gthread-impl.c