summaryrefslogtreecommitdiff
path: root/doc/reference/vte-docs.xml
blob: 4111c6cc39f37a7077b69357642613f07a825a4f (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <!--
    Copyright © 2009, 2010 Christian Persch

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.
 
    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    -->

  <bookinfo>
    <title>VTE Reference Manual</title>
    <releaseinfo>
      Documentation for VTE version &version;.
      The latest version of this documentation can be found on-line at the
      <ulink role="online-location" url="http://library.gnome.org/devel/vte/">GNOME Library</ulink>.
    </releaseinfo>

    <copyright>
      <year>2009</year>
      <year>2010</year>
      <holder>Christian Persch</holder>
    </copyright>

    <legalnotice>
      <para>
        Permission is granted to copy, distribute and/or modify this document
        under the terms of the <citetitle>GNU Lesser General Public Licence</citetitle>, Version 2.1
        or (at your option) any later version published by the Free Software Foundation.

        You may obtain a copy of the <citetitle>GNU Lesser General Public Licence</citetitle>
        from the Free Software Foundation at
        <ulink type="http" url="http://www.gnu.org/licences/">GNU Licences web site</ulink>
        or by writing to:

        <address>
          The Free Software Foundation, Inc.,
          <street>51 Franklin St</street> – Fifth Floor,
          <city>Boston</city>, <state>MA</state> <postcode>02110-1301</postcode>,
          <country>USA</country>
        </address>
      </para>
    </legalnotice>
  </bookinfo>

  <part>
    <title>API Reference</title>
    <chapter>
      <xi:include href="xml/vte-terminal.xml"/>
    </chapter>
    <chapter>
      <xi:include href="xml/vte-pty.xml"/>
    </chapter>
    <chapter>
      <xi:include href="xml/vte-version.xml"/>
    </chapter>
  </part>

  <chapter id="object-hierarchy">
  <title>Object Hierarchy</title>
    <xi:include href="xml/tree_index.sgml"/>
  </chapter>

  <index id="api-index-full">
    <title id="index-all">Index</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-deprecated" role="deprecated">
    <title>Index of deprecated symbols</title>
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-0-40" role="0.40">
    <title>Index of new symbols in 0.40</title>
    <xi:include href="xml/api-index-0.40.xml"><xi:fallback /></xi:include>
  </index>
 
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>

  <appendix id="licence">
    <title>Licence</title>

    <para>
      This library is free software; you can redistribute it and/or
      modify it under the terms of the <citetitle>GNU Lesser General Public
      Licence</citetitle> as published by the Free Software Foundation; either
      version 2.1 of the Licence, or (at your option) any later version.
    </para>

    <para>
      This library is distributed in the hope that it will be useful,
      but WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      <citetitle>GNU Lesser General Public Licence</citetitle> for
      more details.
    </para>

    <para>
      You may obtain a copy of the <citetitle>GNU Lesser General Public Licence</citetitle>
      from the Free Software Foundation at
      <ulink type="http" url="http://www.gnu.org/licences/">GNU Licences web site</ulink>
      or by writing to:

      <address>
        The Free Software Foundation, Inc.,
        <street>51 Franklin St</street> – Fifth Floor,
        <city>Boston</city>, <state>MA</state> <postcode>02110-1301</postcode>,
        <country>USA</country>
      </address>
    </para>
  </appendix>

</book>