tools/build_gtk_tree.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 1 Dec 2010 09:05:44 +0000 (17:05 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 1 Dec 2010 09:05:44 +0000 (17:05 +0800)
tools/build_gtk_tree.js

index 68f600e..25378a9 100644 (file)
@@ -55,7 +55,12 @@ var implementations = {};
 for (cls in classes) {
     var odata = classes[cls];
     implementations[odata.alias] = odata.titleType == 'Class' ? odata.childClasses :  odata.implementedBy;  
-     
+    
+    for(method in odata.methods) {
+        print(method);
+    }
+    
+    
 }
  
 print(JSON.stringify(implementations,null,4));
\ No newline at end of file