summaryrefslogtreecommitdiff
path: root/giscanner/mallard-Python-method.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/mallard-Python-method.tmpl')
-rw-r--r--giscanner/mallard-Python-method.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/giscanner/mallard-Python-method.tmpl b/giscanner/mallard-Python-method.tmpl
index bf998ab0..53e58f3c 100644
--- a/giscanner/mallard-Python-method.tmpl
+++ b/giscanner/mallard-Python-method.tmpl
@@ -3,9 +3,11 @@
type="topic"
style="method"
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="${namespace.name}.${parent.name}" group="method"/>
+ <c:identifier>${node.symbol}</c:identifier>
</info>
<title>${node.symbol}</title>
${format(node.doc)}</page>