From eda4b198c9d333698678041d86f6d21327af7804 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 27 Oct 2022 12:14:17 +0100 Subject: [PATCH] gvariant: Document the return transfer of g_variant_byteswap() Signed-off-by: Philip Withnall --- glib/gvariant.c | 1 + 1 file changed, 1 insertion(+) diff --git a/glib/gvariant.c b/glib/gvariant.c index 93eb6cb6b..6863f341d 100644 --- a/glib/gvariant.c +++ b/glib/gvariant.c @@ -5982,6 +5982,7 @@ g_variant_get_normal_form (GVariant *value) * bytes and containers containing only these things (recursively). * * The returned value is always in normal form and is marked as trusted. + * A full, not floating, reference is returned. * * Returns: (transfer full): the byteswapped form of @value *