Move typedef GStaticPrivate to deprecated/

This was missed in the earlier move.
This commit is contained in:
Ryan Lortie 2011-10-04 20:23:20 -04:00
parent 69c0b4440e
commit 674543d091
2 changed files with 1 additions and 1 deletions

View 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 >*/

View 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
{