From 674543d091d0561f3b6a28b4326d21ac56f093c1 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Tue, 4 Oct 2011 20:23:20 -0400 Subject: [PATCH] Move typedef GStaticPrivate to deprecated/ This was missed in the earlier move. --- glib/deprecated/gthread.h | 1 + glib/gthread.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/deprecated/gthread.h b/glib/deprecated/gthread.h index f7b1439..d916ae6 100644 --- a/glib/deprecated/gthread.h +++ b/glib/deprecated/gthread.h @@ -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 >*/ diff --git a/glib/gthread.h b/glib/gthread.h index 3ec378a..11dab29 100644 --- a/glib/gthread.h +++ b/glib/gthread.h @@ -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 { -- 2.7.4