From: Alan Knowles Date: Thu, 11 Nov 2010 23:48:01 +0000 (+0800) Subject: Introspect/Basic.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=b0ddece914e1a6769bf403ce766b3a1a0c986def Introspect/Basic.js --- 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') || '' };