chiark / gitweb /
cf83d143f0ffa5105bef6dffcce26870555b0700
[elogind.git] / docs / gudev / gudev-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 version SYSTEM "version.xml">
6 ]>
7 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
8   <bookinfo>
9     <title>GUDev Reference Manual</title>
10     <releaseinfo>For GUdev version &version;</releaseinfo>
11     <authorgroup>
12       <author>
13         <firstname>David</firstname>
14         <surname>Zeuthen</surname>
15         <affiliation>
16           <address>
17             <email>davidz@redhat.com</email>
18           </address>
19         </affiliation>
20       </author>
21       <author>
22         <firstname>Bastien</firstname>
23         <surname>Nocera</surname>
24         <affiliation>
25           <address>
26             <email>hadess@hadess.net</email>
27           </address>
28         </affiliation>
29       </author>
30     </authorgroup>
31
32     <copyright>
33       <year>2011</year>
34       <holder>The GUDev Authors</holder>
35     </copyright>
36
37     <legalnotice>
38       <para>
39         Permission is granted to copy, distribute and/or modify this
40         document under the terms of the <citetitle>GNU Free
41         Documentation License</citetitle>, Version 1.1 or any later
42         version published by the Free Software Foundation with no
43         Invariant Sections, no Front-Cover Texts, and no Back-Cover
44         Texts. You may obtain a copy of the <citetitle>GNU Free
45         Documentation License</citetitle> from the Free Software
46         Foundation by visiting <ulink type="http"
47         url="http://www.fsf.org">their Web site</ulink> or by writing
48         to:
49
50         <address>
51           The Free Software Foundation, Inc.,
52           <street>59 Temple Place</street> - Suite 330,
53           <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
54           <country>USA</country>
55         </address>
56       </para>
57
58       <para>
59         Many of the names used by companies to distinguish their
60         products and services are claimed as trademarks. Where those
61         names appear in any freedesktop.org documentation, and those
62         trademarks are made aware to the members of the
63         freedesktop.org Project, the names have been printed in caps
64         or initial caps.
65       </para>
66     </legalnotice>
67   </bookinfo>
68
69   <reference id="ref-API">
70     <title>API Reference</title>
71     <partintro>
72       <para>
73         This part presents the class and function reference for the
74         <literal>libgudev</literal> library.
75       </para>
76     </partintro>
77     <xi:include href="xml/gudevclient.xml"/>
78     <xi:include href="xml/gudevdevice.xml"/>
79     <xi:include href="xml/gudevenumerator.xml"/>
80   </reference>
81
82   <chapter id="gudev-hierarchy">
83     <title>Object Hierarchy</title>
84       <xi:include href="xml/tree_index.sgml"/>
85   </chapter>
86
87   <index>
88     <title>Index</title>
89   </index>
90   <index role="165">
91     <title>Index of new symbols in 165</title>
92     <xi:include href="xml/api-index-165.xml"><xi:fallback /></xi:include>
93   </index>
94
95   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
96 </book>