From: Alan Knowles Date: Sat, 13 Nov 2010 07:46:09 +0000 (+0800) Subject: Introspect/Property.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=dc3aa2f78f2a2d9bb5e2e15551a0dde9c65b1c50 Introspect/Property.js --- diff --git a/Introspect/Property.js b/Introspect/Property.js index 832152f..ce9f475 100644 --- a/Introspect/Property.js +++ b/Introspect/Property.js @@ -20,7 +20,7 @@ Basic = imports.Basic.Basic; Property = XObject.define( function(prop, memberOf, saveto, keylist) { this.propertyType = 'Property'; - var n_original = GI.base_info_get_name(prop); + var n_original = prop.get_name(prop); this.name = n_original.replace(/\-/g, '_') , this.type = this.typeToName(GI.property_info_get_type(prop)), this.flags = GI.property_info_get_flags(prop),