JSDOC/Symbol.js
[gnome.introspection-doc-generator] / JSDOC / Symbol.js
index b0fc298..4c98432 100644 (file)
@@ -666,6 +666,7 @@ Symbol = XObject.define(
                 this.name = this.name.split('.').pop();
                 this.name = this.name.split('#').pop();
                 this.name = this.memberOf + this.name;
+                this._name = this.memberOf + this._name;
             }
 
             /*~t
@@ -823,4 +824,4 @@ Symbol.fromDump = function(t)
         ns[i] = t[i];
     }
     return ns;
-}
\ No newline at end of file
+}