summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/C/class.tmpl
blob: 22a086cc9016fea7e2c7f8a2524ca03eb8e6fcb2 (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
35
36
37
38
<%! page_type="guide" %>\
<%inherit file="/base.tmpl"/>
<%block name="synopsis">
  <synopsis ui:expanded="no">
    <title>Hierarchy</title>
    <tree>
      <item>
        <code>GObjectObject</code>
      </item>
    </tree>
  </synopsis>
</%block>
<%block name="links">
  <links type="topic" ui:expanded="yes"
         api:type="function" api:mime="text/x-csrc"
         groups="constructor" style="linklist">
    <title>Constructors</title>
  </links>
  <links type="topic" ui:expanded="yes"
         api:type="function" api:mime="text/x-csrc"
         groups="method" style="linklist">
    <title>Methods</title>
  </links>
  <links type="topic" ui:expanded="yes"
         api:type="function" api:mime="text/x-csrc"
         groups="function" style="linklist">
    <title>Functions</title>
  </links>
  <links type="topic" ui:expanded="yes" groups="property" style="linklist">
    <title>Properties</title>
  </links>
  <links type="topic" ui:expanded="yes" groups="signal" style="linklist">
    <title>Signals</title>
  </links>
  <links type="topic" ui:expanded="yes" groups="#first #default #last" style="linklist">
    <title>Other</title>
  </links>
</%block>