summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/Gjs/signal.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/doctemplates/Gjs/signal.tmpl')
-rw-r--r--giscanner/doctemplates/Gjs/signal.tmpl10
1 files changed, 1 insertions, 9 deletions
diff --git a/giscanner/doctemplates/Gjs/signal.tmpl b/giscanner/doctemplates/Gjs/signal.tmpl
index 994392ce..7d28cad5 100644
--- a/giscanner/doctemplates/Gjs/signal.tmpl
+++ b/giscanner/doctemplates/Gjs/signal.tmpl
@@ -9,7 +9,7 @@ function callback(${formatter.to_underscores(node.parent.name).lower()}, \
% for arg in formatter.get_parameters(node):
${arg.argname}:${formatter.format_type(arg.type)}, \
% endfor
-user_param1, ...):${formatter.format_type(node.retval.type)};
+):${formatter.format_type(node.retval.type)};
</code></synopsis>
</%block>
<%block name="details">
@@ -24,14 +24,6 @@ user_param1, ...):${formatter.format_type(node.retval.type)};
${formatter.format(node, arg.doc)}
</item>
% endfor
-<item>
-<title><code>user_param1</code></title>
-<p>first user parameter (if any) specified with the connect() method</p>
-</item>
-<item>
-<title><code>...</code></title>
-<p>additional user parameters (if any)</p>
-</item>
% if node.retval and \
node.retval.type.ctype != 'void' and \
node.retval.type.ctype is not None: