From a714bef96560307ca069fabf0d6ee32fa6d828c6 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 10 Feb 2012 10:19:17 -0500 Subject: [PATCH] girffi: Virtual functions are methods --- girffi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/girffi.c b/girffi.c index d4c728a5c..114006139 100644 --- a/girffi.c +++ b/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;