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

index 5736787..ce8cbb1 100644 (file)
@@ -416,6 +416,7 @@ Gtk = XObject.define(
         typeToName  : function (type_info, allow_iface) // find type for properties or arguments.
         {
             var ty = GIRepository.type_tag_to_string( GIRepository.type_info_get_tag(type_info));
+            print(ty);
            
             if ((ty == 'void') && GIRepository.type_info_is_pointer(type_info)) {
                 return false;