tools/build_gtk_tree.js
[app.Builder.js] / tools / build_gtk_tree.js
index d2cb26e..aa16890 100644 (file)
@@ -69,16 +69,16 @@ for (cls in classes) {
             if (typeof(methods[cls][p.type]) == 'undefined') {
                 methods[cls][p.type] = [];
             }
-            methods[cls][p.type].push(
+            methods[cls][p.type].push(m.name);
             
-        }
+        });
         
-    }
+    });
     //for(method in odata.methods) {
     //    print(method.name);
     //}
     
     
 }
+ print(JSON.stringify(methods,null,4));
 print(JSON.stringify(implementations,null,4));
\ No newline at end of file