From 4c04b5108fe9ae6ced62345b44853ee3c88323a2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 17:51:14 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 9db2641e5..7417d8997 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -83,5 +83,8 @@ for (cls in classes) { } - print(JSON.stringify(methods,null,4)); -print(JSON.stringify(implementations,null,4)); \ No newline at end of file +print(JSON.stringify(methods,null,4)); +print(JSON.stringify(implementations,null,4)); + +// we now have a list of classes / methods that can be used.. + -- 2.39.2