Merge branch 'async_queue_copy_free_func' into 'main'

GAsyncQueue: Add copy-func and free-func annotations

See merge request GNOME/glib!4131
This commit is contained in:
Philip Withnall 2024-07-04 13:11:31 +00:00
commit b29f249544

View File

@ -38,7 +38,7 @@
#include "deprecated/gthread.h"
/**
* GAsyncQueue:
* GAsyncQueue: (copy-func g_async_queue_ref) (free-func g_async_queue_unref)
*
* An opaque data structure which represents an asynchronous queue.
*