From 85cfccc7fbf80a8357fc7482d4aa98d5f5d0e658 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 16:53:02 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 16b20b6e9..3b8cdff6e 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -74,7 +74,7 @@ ns_list.forEach(function(ns_name) // what we are interested in.. /// odata.methods.. (where method.memberOf == ns_name.n // oldata.childClasses - // oldata.implementedBy //??? for interfaces?? + print(JSON.stringify(odata.implementedBy,null,4)); // oldata.implementedBy //??? for interfaces?? print(JSON.stringify(odata.childClasses,null,4)); -- 2.39.2