make struct _GThread private
authorRyan Lortie <desrt@desrt.ca>
Thu, 13 Oct 2011 05:24:16 +0000 (01:24 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 13 Oct 2011 05:34:08 +0000 (01:34 -0400)
commitd904612100120d12126f1a6623a106d8a5b02fa6
tree28c0511ae1fc69ce8e5064bf536f239dd437e9c1
parentb1cc2579c199c6568e1bf5cef1aab7633f99824f
make struct _GThread private

Hide the definition of struct _GThread in gthreadprivate.h for now.

This is possibly an API break -- although the structure contents were
undocumented and it was not safe to access them in a meaningful way,
someone may have tried to do it anyway.  We'll leave it here for a while
to see if it causes any problems.

Avoid merging its contents with GRealThread for now, just incase we need
to expose it again.
glib/deprecated/gthread.h
glib/gthreadprivate.h