summaryrefslogtreecommitdiff
path: root/giscanner/mallard-C-function.tmpl
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-19 11:08:40 +0100
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-19 11:08:40 +0100
commitd52b1eb00a68e597906344c32a073d0ee5ef6419 (patch)
treeaadda446f146dbc5901cb593ea54c4fec721fdc2 /giscanner/mallard-C-function.tmpl
parentd7df8237f78c2a2e70fd525ef9eb2fd0777a5a1d (diff)
downloadgobject-introspection-d52b1eb00a68e597906344c32a073d0ee5ef6419.tar.gz
g-ir-doc-tool: Use the ctype for the return type in signatures
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