From 2ebcff9349b2159cb39e0934b2ee4f405c44eb1a Mon Sep 17 00:00:00 2001 From: badcel <33569-badcel@users.noreply.gitlab.gnome.org> Date: Sun, 30 Jun 2024 21:32:33 +0200 Subject: [PATCH] GAsyncQueue: Add copy-func and free-func annotations --- glib/gasyncqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gasyncqueue.c b/glib/gasyncqueue.c index 8bb02793b..ce184b070 100644 --- a/glib/gasyncqueue.c +++ b/glib/gasyncqueue.c @@ -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. *