[gobject-introspection] girffi: Virtual functions are methods
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] girffi: Virtual functions are methods
- Date: Fri, 10 Feb 2012 15:20:42 +0000 (UTC)
commit 717eced32ac5f2f8f5800cc1f56ead7953255b17
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Fri Feb 10 10:19:17 2012 -0500
girffi: Virtual functions are methods
girepository/girffi.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/girepository/girffi.c b/girepository/girffi.c
index d4c728a..1140061 100644
--- a/girepository/girffi.c
+++ b/girepository/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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]