mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Move typedef GStaticPrivate to deprecated/
This was missed in the earlier move.
This commit is contained in:
parent
69c0b4440e
commit
674543d091
@ -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 >*/
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user