summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-02-13 14:41:48 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2022-02-13 14:41:48 +0000
commit1f68b3a842c1a0b0d4e5b9d7af775dca5423e49d (patch)
treeae0fa1c63d265442908193c2fb21edab5e828a33
parentf340cd78edafd981674fcadb7925d4da57e4aff8 (diff)
downloadgobject-introspection-1f68b3a842c1a0b0d4e5b9d7af775dca5423e49d.tar.gz
Rename argument in the declation
It must match the argument in the definition and the documentation.
-rw-r--r--girepository/girffi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/girffi.h b/girepository/girffi.h
index a75c1213..dbe4c1ec 100644
--- a/girepository/girffi.h
+++ b/girepository/girffi.h
@@ -76,7 +76,7 @@ void gi_type_info_extract_ffi_return_value (GITypeInfo
GIArgument *arg);
GI_AVAILABLE_IN_1_72
-void gi_type_tag_extract_ffi_return_value (GITypeTag tag,
+void gi_type_tag_extract_ffi_return_value (GITypeTag return_tag,
GIInfoType interface_type,
GIFFIReturnValue *ffi_value,
GIArgument *arg);