summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/Python/signal.tmpl
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-02-14 23:14:56 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-14 23:18:53 -0500
commit31b6b6cb2630b19c7fb554e0e6eeda4eb2c323c7 (patch)
tree9826a7efc36b3da63574480a184943fc3b04e99e /giscanner/doctemplates/Python/signal.tmpl
parent29c381b0a1f077ddf3f8ce9fc2f7ab11b4f3628e (diff)
downloadgobject-introspection-31b6b6cb2630b19c7fb554e0e6eeda4eb2c323c7.tar.gz
doctool: Remove the ctype from the signal return value
WTF was this here for?
Diffstat (limited to 'giscanner/doctemplates/Python/signal.tmpl')
-rw-r--r--giscanner/doctemplates/Python/signal.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/doctemplates/Python/signal.tmpl b/giscanner/doctemplates/Python/signal.tmpl
index c474b055..9953eb53 100644
--- a/giscanner/doctemplates/Python/signal.tmpl
+++ b/giscanner/doctemplates/Python/signal.tmpl
@@ -35,7 +35,7 @@ ${formatter.format(node, arg.doc)}
node.retval.type.ctype is not None:
<item>
<title><code>Returns</code></title>
-<p>${node.retval.type.ctype} ${formatter.format(node, node.retval.doc)}</p>
+<p>${formatter.format(node, node.retval.doc)}</p>
</item>
% endif
</terms>