gicallableinfo: Fix type of method self argument

This is an API break, but that’s fine since we haven’t frozen the
libgirepository API yet.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3155
This commit is contained in:
Philip Withnall 2023-11-28 17:20:42 +00:00
parent 64ad0ecebc
commit cdb5ab0cd2

View File

@ -597,7 +597,7 @@ gi_type_info_extract_ffi_return_value (GITypeInfo *return_info,
* TODO
*/
gboolean
gi_callable_info_invoke (GIFunctionInfo *info,
gi_callable_info_invoke (GICallableInfo *info,
gpointer function,
const GIArgument *in_args,
int n_in_args,