Introspect/NameSpace.js
[gnome.introspection-doc-generator] / Introspect / NameSpace.js
index 710c9cc..3f52160 100644 (file)
@@ -18,7 +18,12 @@ if (!GI.Repository) {
     GI.IBaseInfo.prototype.get_name = function(n) {
         return GI.base_info_get_name(this, n);
     }
-    
+     GI.IBaseInfo.prototype.get_namespace = function(n) {
+        return GI.base_info_get_namespace(this, n);
+    }
+    GI.IBaseInfo.get_attribute ( n) {
+        return GI.base_info_get_attribute(this, n);
+    }
 }