tools/build_gtk_tree.js
[app.Builder.js] / tools / build_gtk_tree.js
index 5b58ba3..4d0c934 100644 (file)
@@ -309,7 +309,7 @@ function BuildLists () {
         // get the Gtype for the child?
         var GObject = imports.gi.GObject;
         var match = GObject.type_from_name(ar.join(''));
-        
+        print([ar, ct]);
         print ("matching?" + (GObject.type_is_a(ar,  ct ) ? "YES" : "NO"));