Rename argument in the declation

It must match the argument in the definition and the documentation.
This commit is contained in:
Emmanuele Bassi 2022-02-13 14:41:48 +00:00
parent f4a7efaa2e
commit 4dbd25b033

View File

@ -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);