tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 04:55:27 +0000 (12:55 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 04:55:27 +0000 (12:55 +0800)
tools/build_gtk_tree.js

index b98772d..63cf7c7 100644 (file)
@@ -70,6 +70,9 @@ function BuildLists () {
         });
     });
 
+    print(JSON.stringify(classes['Gtk.CellRenderer'], null, 4));
+          
+    
 
     print("Looping throught namespaces");
     var ns_idx = [];
@@ -147,6 +150,8 @@ function BuildLists () {
                     }
                     
                     methods[addable_type].can_be_added_to_as[imp].pushUnique(add);
+                     
+                    
                 });