summaryrefslogtreecommitdiff
path: root/giscanner/mallard-C-class.tmpl
blob: c08aea0aa9555f3a5e4e95c9f328b3be02005ef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<page id="${node.namespace.name}.${node.name}"
      type="guide"
      style="class"
      xmlns="http://projectmallard.org/1.0/"
      xmlns:ui="http://projectmallard.org/experimental/ui/">
  <info>
    <link type="guide" xref="index" group="class"/>
  </info>
  <title>${node.namespace.name}${node.name}</title>
  <synopsis ui:expanded="no">
    <title>Hierarchy</title>
    <tree>
      <item>
        <code>GObjectObject</code>
      </item>
    </tree>
  </synopsis>
  <links type="topic" ui:expanded="yes" groups="constructor">
    <title>Constructors</title>
  </links>
  <links type="topic" ui:expanded="yes" groups="method">
    <title>Methods</title>
  </links>
  <links type="topic" ui:expanded="yes" groups="property">
    <title>Properties</title>
  </links>
  <links type="topic" ui:expanded="yes" groups="signal">
    <title>Signals</title>
  </links>
  <links type="topic" ui:expanded="yes" groups="#first #default #last">
    <title>Other</title>
  </links>
</page>