summaryrefslogtreecommitdiff
path: root/docs/reference/gi-gir.sgml
blob: 590444ff9019ee363f97204a1d357961bf34a936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<chapter id="gi-gir-reference">

  <title>The GIR XML format</title>

  <para>
    This chapter describes the GIR XML markup format.
  </para>

   <section id="gi-gir-api">
      <title>API node</title>
      
      The root node of all GIR documents is the api node.

      Attributes:
      <itemizedlist>
	<listitem><para>version</para></listitem>
        The version of the GIR, currently the only known version is 1.0.
      </itemizedlist>

   </section>

</chapter>