2018-05-17 00:58:59 +00:00
|
|
|
<?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'">
|
|
|
|
]>
|
|
|
|
<book id="index">
|
|
|
|
<bookinfo>
|
|
|
|
<title>libfprint Reference Manual</title>
|
|
|
|
<releaseinfo>
|
|
|
|
<para>This document is the API reference for the libfprint library.</para>
|
|
|
|
<para>
|
|
|
|
The latest version of libfprint, as well as the latest version of
|
2018-06-18 10:44:39 +00:00
|
|
|
this API reference, is <ulink role="online-location" url="https://fprint.freedesktop.org/libfprint-dev/">available online</ulink>.
|
2018-05-17 00:58:59 +00:00
|
|
|
</para>
|
|
|
|
</releaseinfo>
|
|
|
|
</bookinfo>
|
|
|
|
|
|
|
|
<part>
|
|
|
|
<title>Library Overview</title>
|
|
|
|
<xi:include href="intro.xml"/>
|
|
|
|
<xi:include href="advanced-topics.xml"/>
|
|
|
|
<xi:include href="getting-started.xml"/>
|
|
|
|
</part>
|
|
|
|
|
|
|
|
<part>
|
2018-09-05 11:11:51 +00:00
|
|
|
<title>Library API Documentation</title>
|
2018-05-17 00:58:59 +00:00
|
|
|
<xi:include href="xml/events.xml"/>
|
|
|
|
<xi:include href="xml/discovery.xml"/>
|
|
|
|
|
|
|
|
<xi:include href="xml/drv.xml"/>
|
|
|
|
<xi:include href="xml/dev.xml"/>
|
|
|
|
<xi:include href="xml/print_data.xml"/>
|
2018-05-18 03:51:58 +00:00
|
|
|
<!-- FIXME https://bugs.freedesktop.org/show_bug.cgi?id=106550 -->
|
|
|
|
<xi:include href="xml/dscv_print.xml"/>
|
2018-05-17 00:58:59 +00:00
|
|
|
<xi:include href="xml/img.xml"/>
|
|
|
|
</part>
|
|
|
|
|
|
|
|
<part>
|
|
|
|
<title>Writing Drivers</title>
|
2018-11-09 14:32:17 +00:00
|
|
|
<chapter id="driver-helpers">
|
|
|
|
<title>Logging, and async machinery</title>
|
|
|
|
<xi:include href="xml/fpi-log.xml"/>
|
|
|
|
<xi:include href="xml/fpi-ssm.xml"/>
|
|
|
|
<xi:include href="xml/fpi-poll.xml"/>
|
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter id="driver-dev">
|
|
|
|
<title>Device and driver structures</title>
|
|
|
|
<xi:include href="xml/fpi-dev.xml"/>
|
|
|
|
<xi:include href="xml/fpi-dev-img.xml"/>
|
|
|
|
<xi:include href="xml/fpi-core.xml"/>
|
|
|
|
<xi:include href="xml/fpi-core-img.xml"/>
|
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter id="driver-img">
|
|
|
|
<title>Image manipulation</title>
|
|
|
|
<xi:include href="xml/fpi-img.xml"/>
|
|
|
|
<xi:include href="xml/fpi-assembling.xml"/>
|
|
|
|
</chapter>
|
|
|
|
|
2018-09-19 14:33:03 +00:00
|
|
|
<xi:include href="xml/fpi-usb.xml"/>
|
2018-05-17 00:58:59 +00:00
|
|
|
</part>
|
|
|
|
|
|
|
|
<index id="api-index">
|
|
|
|
<title>API Index</title>
|
|
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
<index id="deprecated-api-index" role="deprecated">
|
|
|
|
<title>Index of deprecated API</title>
|
|
|
|
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
</book>
|