X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=Introspect%2FBasic.js;h=8e4493ad11bbbb05ca6774a34c91bd5cff59d719;hp=eae139b5e7fcc837951a0bd965d2297a3f0dee11;hb=b0ddece914e1a6769bf403ce766b3a1a0c986def;hpb=a41848f3342ccef3724a3996244a3e8d61dd11ea 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') || '' };