From 4dbd25b033faa8ce30f9627e955e8b98c35d705b Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 13 Feb 2022 14:41:48 +0000 Subject: [PATCH] Rename argument in the declation It must match the argument in the definition and the documentation. --- girffi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/girffi.h b/girffi.h index a75c1213f..dbe4c1ecb 100644 --- a/girffi.h +++ b/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);