Merge branch 'main' into 'main'

fix https://gitlab.gnome.org/GNOME/glib/-/issues/3444

Closes #3444

See merge request GNOME/glib!4309
This commit is contained in:
Michael Catanzaro 2024-09-26 21:01:20 +00:00
commit 0012d1921d

View File

@ -46,7 +46,7 @@ struct _GObjectNotifyContext
{
GQuark quark_notify_queue;
GObjectNotifyQueueDispatcher dispatcher;
GTrashStack *_nqueue_trash; /* unused */
void *_nqueue_trash; /* unused */
};
struct _GObjectNotifyQueue
{