From b0ddece914e1a6769bf403ce766b3a1a0c986def Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 12 Nov 2010 07:48:01 +0800 Subject: [PATCH] Introspect/Basic.js --- Introspect/Basic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introspect/Basic.js b/Introspect/Basic.js index eae139b..8e4493a 100644 --- a/Introspect/Basic.js +++ b/Introspect/Basic.js @@ -91,7 +91,7 @@ Basic = XObject.define( type : this.typeToName(GI.arg_info_get_type(arg)), direction : direction, be_null : GI.arg_info_may_be_null(arg) || GI.arg_info_is_optional(arg), - desc : GI.base_info_get_attribute(arg, 'doc') || '' + desc : arg.get_attribute('doc') || '' }; -- 2.39.2