mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 03:04:05 +02:00
Move typedef GStaticPrivate to deprecated/
This was missed in the earlier move.
This commit is contained in:
@@ -184,6 +184,7 @@ void g_static_rw_lock_free (GStaticRWLock* lock);
|
|||||||
|
|
||||||
GPrivate * g_private_new (GDestroyNotify notify);
|
GPrivate * g_private_new (GDestroyNotify notify);
|
||||||
|
|
||||||
|
typedef struct _GStaticPrivate GStaticPrivate;
|
||||||
struct _GStaticPrivate
|
struct _GStaticPrivate
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
|
@@ -57,7 +57,6 @@ typedef struct _GRecMutex GRecMutex;
|
|||||||
typedef struct _GRWLock GRWLock;
|
typedef struct _GRWLock GRWLock;
|
||||||
typedef struct _GCond GCond;
|
typedef struct _GCond GCond;
|
||||||
typedef struct _GPrivate GPrivate;
|
typedef struct _GPrivate GPrivate;
|
||||||
typedef struct _GStaticPrivate GStaticPrivate;
|
|
||||||
|
|
||||||
union _GMutex
|
union _GMutex
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user