mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-28 16:36:14 +01:00
girffi: Virtual functions are methods
This commit is contained in:
parent
87857869e9
commit
a714bef965
2
girffi.c
2
girffi.c
@ -307,7 +307,7 @@ g_function_invoker_new_for_address (gpointer addr,
|
|||||||
flags = g_vfunc_info_get_flags ((GIVFuncInfo *)info);
|
flags = g_vfunc_info_get_flags ((GIVFuncInfo *)info);
|
||||||
throws = (flags & GI_VFUNC_THROWS) != 0;
|
throws = (flags & GI_VFUNC_THROWS) != 0;
|
||||||
}
|
}
|
||||||
is_method = FALSE;
|
is_method = TRUE;
|
||||||
break;
|
break;
|
||||||
case GI_INFO_TYPE_CALLBACK:
|
case GI_INFO_TYPE_CALLBACK:
|
||||||
is_method = TRUE;
|
is_method = TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user