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