From 1163596bdd4b337f7f17985fd61c682178fc5703 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 16:37:58 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index dff19526f..c1d0ff4f9 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -49,6 +49,9 @@ ns_list.forEach(function(ns_name) var ns = NameSpace.ns(ns_name); // fetch all the elements in namespace... // as a type => list of them.. + + + var actions = { @@ -67,7 +70,17 @@ ns_list.forEach(function(ns_name) print('NameSpace.factory(' + actions[i] +','+ns_name+','+n); var odata = NameSpace.factory(actions[i], ns_name, n); + + // what we are interested in.. + /// odata.methods.. (where method.memberOf == ns_name.n + // oldata.childClasses + // oldata.implementedBy //??? for interfaces?? print(JSON.stringify(odata,null,4)); + + + + + seed.quit(); }); } -- 2.39.2