From 71d1c8c68e3e805980d708d30154c973d364042a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 10:38:10 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 2dad3b7a5..6a29954b0 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -267,10 +267,12 @@ function BuildLists () { this.methods = methods; this.allmethods = methods; this.implementations = implementations; - print(JSON.stringify(methods,null,4)); Seed.exit(); + //print(JSON.stringify(methods,null,4)); Seed.exit(); // dump out a usage file.. - + function verifyUsageMethod(parent,child,method) { + + } function is_a(cls, instance_of) { return methods[cls].extendsClasses.indexOf(instance_of) > -1; -- 2.39.2