From 2746d23b0128669b28fe5c46bfe42cefb5fe8a24 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 10:49:54 +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 dce96d7e4..e6d70ba38 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -280,6 +280,8 @@ function BuildLists () { print("TRY ctor: " + parent ); var x = new imports.gi.Gtk[cls](); + print("TRY child type: " + parent); + print(parent + " : says children are of type : " + x.child_type()); return true; -- 2.39.2