[glib] Move typedef GStaticPrivate to deprecated/
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Move typedef GStaticPrivate to deprecated/
- Date: Wed, 5 Oct 2011 00:34:44 +0000 (UTC)
commit 674543d091d0561f3b6a28b4326d21ac56f093c1
Author: Ryan Lortie <desrt desrt ca>
Date: Tue Oct 4 20:23:20 2011 -0400
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 insertions(+), 1 deletions(-)
---
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
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]