summaryrefslogtreecommitdiff
path: root/giscanner/mallard-Python-function.tmpl
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-08-18 19:47:50 -0400
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-17 10:27:40 +0100
commit773d36876cfd5a23e32c506e78bdfc7383b05713 (patch)
tree00817b91c5513458e5cd92e3fcf804e27c608d75 /giscanner/mallard-Python-function.tmpl
parentf470cf8dcad5fc2815ade3484d52b8d5a4bf816b (diff)
downloadgobject-introspection-773d36876cfd5a23e32c506e78bdfc7383b05713.tar.gz
g-ir-doc-tool: Templates for signals/properties, class docs
Diffstat (limited to 'giscanner/mallard-Python-function.tmpl')
-rw-r--r--giscanner/mallard-Python-function.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/giscanner/mallard-Python-function.tmpl b/giscanner/mallard-Python-function.tmpl
index fabbe31a..1f88001c 100644
--- a/giscanner/mallard-Python-function.tmpl
+++ b/giscanner/mallard-Python-function.tmpl
@@ -3,9 +3,11 @@
type="topic"
style="function"
xmlns="http://projectmallard.org/1.0/"
- xmlns:ui="http://projectmallard.org/experimental/ui/">
+ xmlns:ui="http://projectmallard.org/experimental/ui/"
+ xmlns:c="http://www.gtk.org/introspection/c/1.0">
<info>
<link type="guide" xref="index" group="function"/>
+ <c:identifier>${node.symbol}</c:identifier>
</info>
<title>${node.symbol}</title>
${format(node.doc)}</page>