chiark / gitweb /
libsystemd-dhcp: Rename function to be clearer that options are parsed
[elogind.git] / docs / libudev / libudev-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>libudev Reference Manual</title>
10     <releaseinfo>
11        For version &version; — the latest version of this
12        documentation can be found at
13        <ulink role="online-location" url="http://www.freedesktop.org/software/systemd/libudev/">
14          http://www.freedesktop.org/software/systemd/libudev/
15        </ulink>.
16     </releaseinfo>
17     <copyright>
18       <year>2009-2012</year>
19       <holder>Kay Sievers &lt;kay@vrfy.org&gt;</holder>
20     </copyright>
21   </bookinfo>
22
23   <chapter>
24     <title>API Reference</title>
25     <xi:include href="xml/libudev.xml"/>
26     <xi:include href="xml/libudev-list.xml"/>
27     <xi:include href="xml/libudev-device.xml"/>
28     <xi:include href="xml/libudev-monitor.xml"/>
29     <xi:include href="xml/libudev-enumerate.xml"/>
30     <xi:include href="xml/libudev-queue.xml"/>
31     <xi:include href="xml/libudev-hwdb.xml"/>
32     <xi:include href="xml/libudev-util.xml"/>
33     <xi:include href="xml/api-index-deprecated.xml"/>
34   </chapter>
35
36   <index id="api-index-full">
37     <title>Index</title>
38     <xi:include href="xml/api-index-full.xml"/>
39   </index>
40 </book>