From 06eb27925b373f76ed184ae03b9cfef336ecfe78 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 13 May 2010 15:15:43 +0800 Subject: [PATCH] JSDOC/Introspect/Signal.js --- JSDOC/Introspect/Signal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/Introspect/Signal.js b/JSDOC/Introspect/Signal.js index 66b0994..e45bbeb 100644 --- a/JSDOC/Introspect/Signal.js +++ b/JSDOC/Introspect/Signal.js @@ -37,7 +37,7 @@ Signal = Object.define( memberOf : memberOf.alias, exceptions : [], returns : [ { type : this.typeToName(GI.callable_info_get_return_type(sig)) } ], - desc : Introspect.doc(memberOf.alias + '.' + n_original) + desc : Introspect.doc(memberOf.alias + '.signal.' + n_original) }); memberOf[saveto].push(this); keylist.push(this.name); -- 2.39.2