Skip to content
  • Allison Karlitskaya's avatar
    GStaticPrivate: implement via GPrivate · 9bb5a55b
    Allison Karlitskaya authored
    Thanks to the modifications in 3d4846d9,
    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.
    9bb5a55b