1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
<bookinfo>
<title>libmatemixer Reference Manual</title>
<releaseinfo>
for libmatemixer &version;.
</releaseinfo>
</bookinfo>
<chapter>
<title>API Reference</title>
<xi:include href="xml/matemixer.xml"/>
<xi:include href="xml/matemixer-app-info.xml"/>
<xi:include href="xml/matemixer-context.xml"/>
<xi:include href="xml/matemixer-device.xml"/>
<xi:include href="xml/matemixer-device-switch.xml"/>
<xi:include href="xml/matemixer-stream.xml"/>
<xi:include href="xml/matemixer-stream-control.xml"/>
<xi:include href="xml/matemixer-stream-switch.xml"/>
<xi:include href="xml/matemixer-stream-toggle.xml"/>
<xi:include href="xml/matemixer-stored-control.xml"/>
<xi:include href="xml/matemixer-switch.xml"/>
<xi:include href="xml/matemixer-switch-option.xml"/>
</chapter>
<index id="api-index-full">
<title>API Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
</book>
|