Move typedef GStaticPrivate to deprecated/
authorRyan Lortie <desrt@desrt.ca>
Wed, 5 Oct 2011 00:23:20 +0000 (20:23 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 5 Oct 2011 00:33:58 +0000 (20:33 -0400)
This was missed in the earlier move.

glib/deprecated/gthread.h
glib/gthread.h

index f7b1439..d916ae6 100644 (file)
@@ -184,6 +184,7 @@ void      g_static_rw_lock_free           (GStaticRWLock* lock);
 
 GPrivate *      g_private_new             (GDestroyNotify  notify);
 
+typedef struct _GStaticPrivate  GStaticPrivate;
 struct _GStaticPrivate
 {
   /*< private >*/
index 3ec378a..11dab29 100644 (file)
@@ -57,7 +57,6 @@ typedef struct _GRecMutex       GRecMutex;
 typedef struct _GRWLock         GRWLock;
 typedef struct _GCond           GCond;
 typedef struct _GPrivate        GPrivate;
-typedef struct _GStaticPrivate  GStaticPrivate;
 
 union _GMutex
 {