mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-02 11:56:38 +02:00
GAsyncQueue: Add copy-func and free-func annotations
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
#include "deprecated/gthread.h"
|
#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.
|
* An opaque data structure which represents an asynchronous queue.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user