tools/build_gtk_tree.js
[app.Builder.js] / tools / build_gtk_tree.js
index b5e1e88..9ba21a2 100644 (file)
@@ -286,7 +286,11 @@ right:
         tops[ch] = [ '*top' ];
     });
     for(var cls in methods) {
+        if (cls =='Gtk.Builder') {
+            continue;
+        }
         for (var par in methods[cls].can_be_added_to_as) {
+            
             if (typeof(usage[par]) == 'undefined') {
                 usage[par] = [];
             }
@@ -333,7 +337,8 @@ right:
     
     print(JSON.stringify(nusage,null,4));
     
-    
+    print(JSON.stringify(methods['Gtk.Switch'],null,4));
+
     
     
     //print(JSON.stringify(implementations ,null,4));