X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Introspect%2FProperty.js;h=7997796955d9aa67d2fe3385ee34be6eb4575e54;hb=dccc913e81c1ff5999ce806bbb3afd84580e6c38;hp=832152f7a2de8da55e46be6c57cd52d14769b36c;hpb=7da9b103ee026e6b16a1aae9fb819a3f52ce3df4;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),