summaryrefslogtreecommitdiff
path: root/giscanner/mallard-Python-function.tmpl
diff options
context:
space:
mode:
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>