mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
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:
commit
b29f249544
@ -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