summaryrefslogtreecommitdiff
path: root/giscanner/mallard-C-function.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/mallard-C-function.tmpl')
-rw-r--r--giscanner/mallard-C-function.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/mallard-C-function.tmpl b/giscanner/mallard-C-function.tmpl
index 5cab7649..2da4710f 100644
--- a/giscanner/mallard-C-function.tmpl
+++ b/giscanner/mallard-C-function.tmpl
@@ -43,7 +43,7 @@ elif node.is_method:
</info>
<title>${node.symbol}</title>
<synopsis><code mime="text/x-csrc">
-${formatter.format_type(node.retval.type) | x} ${node.symbol} (\
+${node.retval.type.ctype} ${node.symbol} (\
% if node.is_method:
${node.parent.ctype} *self\
%endif