summaryrefslogtreecommitdiff
path: root/giscanner/mallard-Python-method.tmpl
blob: 53e58f3c5629859ceea436b9c5457643a8995fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<page id="${namespace.name}.${parent.name}.${node.name}"
      type="topic"
      style="method"
      xmlns="http://projectmallard.org/1.0/"
      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>