mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
docs: Add fpi-dev helpers to API docs
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
<part>
|
||||
<title>Writing Drivers</title>
|
||||
<xi:include href="xml/fpi-log.xml"/>
|
||||
<xi:include href="xml/fpi-dev.xml"/>
|
||||
<xi:include href="xml/fpi-ssm.xml"/>
|
||||
<xi:include href="xml/fpi-poll.xml"/>
|
||||
</part>
|
||||
|
||||
@@ -182,3 +182,12 @@ fpi_timeout_fn
|
||||
fpi_timeout_add
|
||||
fpi_timeout_cancel
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<INCLUDE>fpi-dev.h</INCLUDE>
|
||||
<FILE>fpi-dev</FILE>
|
||||
fp_img_dev
|
||||
|
||||
FP_DEV
|
||||
FP_IMG_DEV
|
||||
</SECTION>
|
||||
|
||||
@@ -20,6 +20,15 @@
|
||||
#include "fp_internal.h"
|
||||
#include <glib.h>
|
||||
|
||||
/**
|
||||
* SECTION:fpi-dev
|
||||
* @title: Device structures
|
||||
*
|
||||
* Those macros and functions will help get access to and from struct #fp_dev,
|
||||
* and struct #fp_img_dev types, as well as get and set the instance struct
|
||||
* data, eg. the structure containing the data specific to each driver.
|
||||
*/
|
||||
|
||||
/**
|
||||
* FP_DEV:
|
||||
* @dev: a struct #fp_img_dev
|
||||
|
||||
Reference in New Issue
Block a user