mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
GAsyncQueue: Add copy-func and free-func annotations
This commit is contained in:
parent
616749c1e2
commit
2ebcff9349
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user