tools/build_gtk_tree.js
[app.Builder.js] / 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