]> www.fi.muni.cz Git - evince.git/blob - help/reference/libview/libevview-docs.xml
[docs] Modernise API docs
[evince.git] / help / reference / libview / libevview-docs.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
4 [
5   <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
6   <!ENTITY version SYSTEM "version.xml">
7 ]>
8 <book id="evince-view">
9   <!--
10     Copyright © 2009, 2010 Christian Persch
11
12     Permission is granted to copy, distribute and/or modify this document
13     under the terms of the GNU General Public License, Version 2
14     as published by the Free Software Foundation; or (at your option) any
15     later version.
16
17     A copy of the license is included in the COPYING file.
18     -->
19   <bookinfo>
20     <title>Evince View Library Reference Manual</title>
21     <releaseinfo>
22       For Evince version &version;.
23       The latest version of this documentation can be found on-line at the
24       <ulink role="online-location" url="http://library.gnome.org/devel/libevview/index.html">GNOME Library</ulink>.
25     </releaseinfo>
26
27     <copyright>
28       <year>2007</year>
29       <year>2008</year>
30       <year>2009</year>
31       <holder>Nickolay V. Shmyrev</holder>
32     </copyright>
33
34     <copyright>
35       <year>2008</year>
36       <year>2009</year>
37       <year>2010</year>
38       <holder>Carlos Garcia Campo</holder>
39     </copyright>
40
41     <copyright>
42       <year>2009</year>
43       <year>2010</year>
44       <holder>Christian Persch</holder>
45     </copyright>
46
47     <legalnotice>
48       <para>
49         Permission is granted to copy, distribute and/or modify this document
50         under the terms of the <citetitle>GNU General Public Licence</citetitle>
51         published by the Free Software Foundation; either version 2 of the License,
52         or (at your option) any later version.
53
54         You may obtain a copy of the <citetitle>GNU General Public Licence</citetitle>
55         from the Free Software Foundation at
56         <ulink type="http" url="http://www.gnu.org/licences/">GNU Licences web site</ulink>
57         or by writing to:
58
59         <address>
60           The Free Software Foundation, Inc.,
61           <street>51 Franklin St</street> – Fifth Floor,
62           <city>Boston</city>, <state>MA</state> <postcode>02110-1301</postcode>,
63           <country>USA</country>
64         </address>
65       </para>
66     </legalnotice>
67   </bookinfo>
68
69   <part id="view-view">
70     <title>Evince View</title>
71     <partintro>
72       <para>
73       </para>
74     </partintro>
75
76     <xi:include href="xml/ev-annotation-window.xml"/>
77     <xi:include href="xml/ev-view.xml"/>
78     <xi:include href="xml/ev-page-cache.xml"/>
79     <xi:include href="xml/ev-print-operation.xml"/>
80     <xi:include href="xml/ev-view-presentation.xml"/>
81     <xi:include href="xml/ev-jobs.xml"/>
82     <xi:include href="xml/ev-document-model.xml"/>
83     <xi:include href="xml/ev-stock-icons.xml"/>
84     <xi:include href="xml/ev-view-type-builtins.xml"/>
85     <xi:include href="xml/ev-job-scheduler.xml"/>
86     <xi:include href="xml/ev-view-cursor.xml"/>
87   </part>
88
89   <chapter id="object-tree">
90     <title>Object Hierarchy</title>
91      <xi:include href="xml/tree_index.sgml"/>
92   </chapter>
93   <index id="api-index-full">
94     <title>API Index</title>
95     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
96   </index>
97   <!--
98   <index id="api-index-deprecated" role="deprecated">
99     <title>Index of deprecated symbols</title>
100     <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
101   </index>
102   -->
103   <!--
104   <index id="api-index-2-30" role="2.30">
105     <title>Index of new symbols in 2.30</title>
106     <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
107   </index>
108   -->
109
110   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
111
112   <appendix id="licence">
113     <title>Licence</title>
114
115     <para>
116       This library is free software; you can redistribute it and/or
117       modify it under the terms of the <citetitle>GNU General Public
118       Licence</citetitle> as published by the Free Software Foundation; either
119       version 2 of the Licence, or (at your option) any later version.
120     </para>
121
122     <para>
123       This library is distributed in the hope that it will be useful,
124       but WITHOUT ANY WARRANTY; without even the implied warranty of
125       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
126       <citetitle>GNU General Public Licence</citetitle> for
127       more details.
128     </para>
129
130     <para>
131       You may obtain a copy of the <citetitle>GNU General Public Licence</citetitle>
132       from the Free Software Foundation at
133       <ulink type="http" url="http://www.gnu.org/licences/">GNU Licences web site</ulink>
134       or by writing to:
135
136       <address>
137         The Free Software Foundation, Inc.,
138         <street>51 Franklin St</street> – Fifth Floor,
139         <city>Boston</city>, <state>MA</state> <postcode>02110-1301</postcode>,
140         <country>USA</country>
141       </address>
142     </para>
143   </appendix>
144
145 </book>