Introspect/NameSpace.js
[gnome.introspection-doc-generator] / Introspect / NameSpace.js
index bb9590e..4676f90 100644 (file)
@@ -154,7 +154,7 @@ NameSpace = {
     {
         print("clsGatherInterfaces: " + ns + ", " + cls);
         var gi = GI.Repository.get_default();
-        var bb = gi.find_by_name(ns, cls);
+        var bb = GI.Repository.find_by_name(gi,ns, cls);
         var fullname = ns+'.'+cls;
         this.ifaceList = this.ifaceList || { };