From 81aed7ec1b2c9aa4b80cd4287db7ce6281a53cc0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 12 Nov 2010 07:44:17 +0800 Subject: [PATCH] Introspect/Method.js --- Introspect/Method.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introspect/Method.js b/Introspect/Method.js index 2c44879..e0790fe 100644 --- a/Introspect/Method.js +++ b/Introspect/Method.js @@ -22,7 +22,7 @@ Method = XObject.define( this.propertyType = 'Method'; var flags = GI.function_info_get_flags (m); - var n = GI.base_info_get_name(m); + var n = m.get_name(); var n_original = n + ''; // posibly add: sink, if (n.match(/_(ref|unref)$/) || n.match(/^(ref|unref|weakref|weakunref)$/)) { -- 2.39.2