mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
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:
parent
64ad0ecebc
commit
cdb5ab0cd2
@ -597,7 +597,7 @@ gi_type_info_extract_ffi_return_value (GITypeInfo *return_info,
|
|||||||
* TODO
|
* TODO
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
gi_callable_info_invoke (GIFunctionInfo *info,
|
gi_callable_info_invoke (GICallableInfo *info,
|
||||||
gpointer function,
|
gpointer function,
|
||||||
const GIArgument *in_args,
|
const GIArgument *in_args,
|
||||||
int n_in_args,
|
int n_in_args,
|
||||||
|
Loading…
Reference in New Issue
Block a user