mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-14 04:57:46 +02:00
girffi: Virtual functions are methods
This commit is contained in:
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;
|
||||||
|
Reference in New Issue
Block a user