From e85add8d7be29ce8f744cea179901bd6c8370db9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 17:05:44 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 68f600e18..25378a93a 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -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 -- 2.39.2