X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=Introspect%2FEnum.js;h=aaae15796c571cc9a304eeb7128082185edb41c4;hp=1dddc216e2fa6d2a2947254629bbf936aee37151;hb=58377493088e4462b69119eeeb92e647246cfeb2;hpb=7da9b103ee026e6b16a1aae9fb819a3f52ce3df4 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