From: Alan Knowles Date: Fri, 26 Aug 2011 03:31:10 +0000 (+0800) Subject: Introspect/Constant.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=3f811a3d4b7efb3422a248fe7a3537074158ff73 Introspect/Constant.js --- diff --git a/Introspect/Constant.js b/Introspect/Constant.js index 4d41668..376d960 100644 --- a/Introspect/Constant.js +++ b/Introspect/Constant.js @@ -23,7 +23,7 @@ Constant = XObject.define( function(prop, memberOf, saveto, keylist) { this.name = prop.get_name(); - var tif = prop.get_type(); //GI.constant_info_get_type(prop); + var tif = GI.constant_info_get_type(prop); var ty = GI.type_tag_to_string( GI.type_info_get_tag(tif)); this.type = this.typeToName(GI.constant_info_get_type(prop));