From dacae015c228c0c3a6023b20ea3ea7e4997c74e4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 10:32:12 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index d5179e071..959b610ca 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -267,9 +267,26 @@ function BuildLists () { this.methods = methods; this.allmethods = methods; this.implementations = implementations; - //print(JSON.stringify(methods,null,4)); + print(JSON.stringify(methods,null,4)); Seed.exit(); // dump out a usage file.. + + + + + function verifyUsage(parent,child) + { + + + + + } + + + + + + // basically anything that is a Gtk.Container, should be available at the top. /* left: -- 2.39.2