From 2a88a98a3c906c84f782d110362bfe40e8ef99c6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 10:48:57 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 3ec453395..dce96d7e4 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -277,6 +277,8 @@ function BuildLists () { return true; } var cls = parent.split('.').pop(); + print("TRY ctor: " + parent ); + var x = new imports.gi.Gtk[cls](); print(parent + " : says children are of type : " + x.child_type()); return true; -- 2.39.2