mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 04:34:04 +02:00
gobject: Drop volatile qualifier from GObject.ref_count
This is an API break, but no third party code should be touching `GObject.ref_count`, let alone in a way which would be changed by the removal of the `volatile` qualifier. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #600
This commit is contained in:
@@ -247,7 +247,7 @@ struct _GObject
|
|||||||
GTypeInstance g_type_instance;
|
GTypeInstance g_type_instance;
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
volatile guint ref_count;
|
guint ref_count; /* (atomic) */
|
||||||
GData *qdata;
|
GData *qdata;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user