JSDOC/BuildDocs.js
[gnome.introspection-doc-generator] / JSDOC / BuildDocs.js
index 1e49d0f..fc5011d 100644 (file)
@@ -505,7 +505,7 @@ BuildDocs = {
                 function($) {
                     return $.name.indexOf(".") == -1; // don't show config params in signature
                 }
-            ).map( function($) { return $.name == 'this' ? '_self' : $.name; } ).join(", ") +
+            ).map( function($) { return  $.type + " "  +(  $.name == 'this' ? '_self' : $.name; ) } ).join(", ") +
         ")";
     }