]> git.ipfire.org Git - thirdparty/systemd.git/blame - docs/gudev/gudev-docs.xml
udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/
[thirdparty/systemd.git] / docs / gudev / gudev-docs.xml
CommitLineData
bf05675a 1<?xml version="1.0"?>
a6c06e57
KS
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
bf05675a
DZ
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>
912541b0
KS
12 <firstname>David</firstname>
13 <surname>Zeuthen</surname>
14 <affiliation>
15 <address>
16 <email>davidz@redhat.com</email>
17 </address>
18 </affiliation>
bf05675a
DZ
19 </author>
20 <author>
912541b0
KS
21 <firstname>Bastien</firstname>
22 <surname>Nocera</surname>
23 <affiliation>
24 <address>
25 <email>hadess@hadess.net</email>
26 </address>
27 </affiliation>
bf05675a
DZ
28 </author>
29 </authorgroup>
30
31 <copyright>
079de714 32 <year>2011</year>
bf05675a
DZ
33 <holder>The GUDev Authors</holder>
34 </copyright>
35
36 <legalnotice>
37 <para>
912541b0
KS
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:
bf05675a 48
912541b0
KS
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>
bf05675a
DZ
55 </para>
56
57 <para>
912541b0
KS
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.
bf05675a
DZ
64 </para>
65 </legalnotice>
66 </bookinfo>
67
68 <reference id="ref-API">
69 <title>API Reference</title>
70 <partintro>
71 <para>
912541b0
KS
72 This part presents the class and function reference for the
73 <literal>libgudev</literal> library.
bf05675a
DZ
74 </para>
75 </partintro>
76 <xi:include href="xml/gudevclient.xml"/>
77 <xi:include href="xml/gudevdevice.xml"/>
0976fd06 78 <xi:include href="xml/gudevenumerator.xml"/>
bf05675a
DZ
79 </reference>
80
81 <chapter id="gudev-hierarchy">
82 <title>Object Hierarchy</title>
83 <xi:include href="xml/tree_index.sgml"/>
84 </chapter>
bb061708 85
bf05675a
DZ
86 <index>
87 <title>Index</title>
88 </index>
0976fd06
DZ
89 <index role="165">
90 <title>Index of new symbols in 165</title>
91 <xi:include href="xml/api-index-165.xml"><xi:fallback /></xi:include>
92 </index>
bf05675a 93
bb061708 94 <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
bf05675a 95</book>