summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2022-08-06 13:52:53 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2022-08-06 13:52:53 -0700
commit0f9327b61fb666a0a6169db8e6ce9387ad887019 (patch)
treedef4bdf91780bdbe9bba0ade61dc0f8c17a65273
parent4daf412127a281edc2fb4fb428e990e3c9e56423 (diff)
downloadgobject-introspection-0f9327b61fb666a0a6169db8e6ce9387ad887019.tar.gz
gimarshallingtests: Fix annotation for GValue copy test
The test returns a newly allocated GValue, so it should not be marked transfer none.
-rw-r--r--tests/gimarshallingtests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gimarshallingtests.c b/tests/gimarshallingtests.c
index d15b2f10..5d0caea4 100644
--- a/tests/gimarshallingtests.c
+++ b/tests/gimarshallingtests.c
@@ -3577,7 +3577,7 @@ gi_marshalling_tests_gvalue_round_trip (GValue *value)
* gi_marshalling_tests_gvalue_copy:
* @value: The first GValue
*
- * Returns: (transfer none):
+ * Returns: (transfer full):
*/
GValue *
gi_marshalling_tests_gvalue_copy (GValue *value)