From: Alan Knowles Date: Sat, 13 Nov 2010 07:47:25 +0000 (+0800) Subject: Introspect/Enum.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=1c66ba4863f242eb3bf9e2651a93ac0f46892943 Introspect/Enum.js --- diff --git a/Introspect/Enum.js b/Introspect/Enum.js index 1dddc21..aaae157 100644 --- a/Introspect/Enum.js +++ b/Introspect/Enum.js @@ -41,7 +41,7 @@ Enum = XObject.define( this.values.push({ - name : GI.base_info_get_name(prop).toUpperCase() , + name : prop.get_name().toUpperCase() , type : GI.type_tag_to_string(GI.enum_info_get_storage_type(bi)), value: GI.value_info_get_value(prop) , memberOf : this.alias