mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-05 23:33:07 +02: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);
|
||||
throws = (flags & GI_VFUNC_THROWS) != 0;
|
||||
}
|
||||
is_method = FALSE;
|
||||
is_method = TRUE;
|
||||
break;
|
||||
case GI_INFO_TYPE_CALLBACK:
|
||||
is_method = TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user