GStaticPrivate: implement via GPrivate
authorRyan Lortie <desrt@desrt.ca>
Wed, 12 Oct 2011 03:13:22 +0000 (23:13 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 12 Oct 2011 04:17:49 +0000 (00:17 -0400)
commit9bb5a55bda83c58ddbd0381693d98c7a2f701d01
tree9d3a06fb76531d4f4e599ce2f0168adefc247e8f
parentc6016458ba2a981ccd72f02208f8140abde6c9d1
GStaticPrivate: implement via GPrivate

Thanks to the modifications in 3d4846d92309d001697c2827660fa41b5c63dbc4,
GStaticPrivate is not so directly tied in with GThread anymore.  It is
now a simple matter to cut it out completely by using a GPrivate to
store the GArray instead of storing it in the GThread.
glib/deprecated/gthread-deprecated.c
glib/gthread.c
glib/gthreadprivate.h