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