tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 05:24:03 +0000 (13:24 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 05:24:03 +0000 (13:24 +0800)
tools/build_gtk_tree.js

index 2ab569e..918f2d6 100644 (file)
@@ -176,6 +176,11 @@ function BuildLists () {
                 
                 implementations[addable_type].forEach(function(addable_child) {
                     
+                    if (addable_child == 'Gtk.AboutDialog') {
+                        print(JSON.stringify(methods[addable_child].extendsClasses,null,4));Seed.exit();
+                        
+                    }
+                    
                     if (methods[addable_child].extendsClasses.indexOf('Gtk.Window') > -1) {
                         return;
                     }