From 759a6789f27c5bbec919b2057a72e43c780110ea Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 12 Nov 2010 07:41:06 +0800 Subject: [PATCH] Introspect/NameSpace.js --- Introspect/NameSpace.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Introspect/NameSpace.js b/Introspect/NameSpace.js index 8662d00..bb9590e 100644 --- a/Introspect/NameSpace.js +++ b/Introspect/NameSpace.js @@ -152,6 +152,7 @@ NameSpace = { // called when you list the namespace clsGatherInterfaces : function(ns, cls) { + print("clsGatherInterfaces: " + ns + ", " + cls); var gi = GI.Repository.get_default(); var bb = gi.find_by_name(ns, cls); var fullname = ns+'.'+cls; -- 2.39.2