girrepository: Use void* instead of gpointer

This commit is contained in:
Marco Trevisan (Treviño)
2024-01-15 20:16:00 +01:00
parent 44e4555765
commit eda4bfcf95
24 changed files with 94 additions and 96 deletions

View File

@@ -93,7 +93,7 @@ void gi_callable_info_load_arg (GICallableInfo *info,
GI_AVAILABLE_IN_ALL
gboolean gi_callable_info_invoke (GICallableInfo *info,
gpointer function,
void *function,
const GIArgument *in_args,
gsize n_in_args,
GIArgument *out_args,