Palete/Gtk.js
authorAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 12:03:10 +0000 (20:03 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 12:03:10 +0000 (20:03 +0800)
Palete/Gtk.js

index ce8cbb1..92e2aea 100644 (file)
@@ -415,6 +415,8 @@ Gtk = XObject.define(
         },
         typeToName  : function (type_info, allow_iface) // find type for properties or arguments.
         {
+            var x = GIRepository.type_info_get_tag(type_info);
+            print(x);
             var ty = GIRepository.type_tag_to_string( GIRepository.type_info_get_tag(type_info));
             print(ty);