From eadd0736ee9e5203b48e9267e158f7a96e1fcaad Mon Sep 17 00:00:00 2001 From: badcel <33569-badcel@users.noreply.gitlab.gnome.org> Date: Fri, 19 Jul 2024 16:32:49 +0200 Subject: [PATCH] GVariant: Add copy-func and free-func annotations --- glib/gvariant.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gvariant.c b/glib/gvariant.c index 2475cf2fe..8ea52d50a 100644 --- a/glib/gvariant.c +++ b/glib/gvariant.c @@ -36,7 +36,7 @@ #include /** - * GVariant: + * GVariant: (copy-func g_variant_ref_sink) (free-func g_variant_unref) * * `GVariant` is a variant datatype; it can contain one or more values * along with information about the type of the values.