X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Introspect%2FProperty.js;h=7997796955d9aa67d2fe3385ee34be6eb4575e54;hb=abefbaaeed0b71e156b5383dc5cb43a7bb2b63b9;hp=832152f7a2de8da55e46be6c57cd52d14769b36c;hpb=f95b8e18892404bff9f34f5fc206250897a7c46a;p=gnome.introspection-doc-generator diff --git a/Introspect/Property.js b/Introspect/Property.js index 832152f..7997796 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(); this.name = n_original.replace(/\-/g, '_') , this.type = this.typeToName(GI.property_info_get_type(prop)), this.flags = GI.property_info_get_flags(prop),