GAsyncQueue: Add copy-func and free-func annotations

This commit is contained in:
badcel 2024-06-30 21:32:33 +02:00
parent 616749c1e2
commit 2ebcff9349
No known key found for this signature in database
GPG Key ID: 70A8373EEB2233E0

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.
*