From c5c0df810ad80d1d0d804191102015b70b3cc073 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 8 Aug 2012 18:25:26 +0800 Subject: [PATCH] Introspect/Constant.js --- Introspect/Constant.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Introspect/Constant.js b/Introspect/Constant.js index af4df63..157d650 100644 --- a/Introspect/Constant.js +++ b/Introspect/Constant.js @@ -16,6 +16,11 @@ Basic = imports.Basic.Basic; /** * Constant + * + * NEEDS + */ @@ -39,6 +44,7 @@ Constant = XObject.define( GI.constant_info_get_value ? GI.constant_info_get_value ( prop ,argm) : prop.get_value(argm); + if (ty != 'utf8') { this.value = argm.v_long; } else { -- 2.39.2