docs: Add fpi-dev helpers to API docs

This commit is contained in:
Bastien Nocera 2018-09-15 01:01:40 +02:00
parent 161c3ccf1c
commit 4dc8aa6dfa
3 changed files with 19 additions and 0 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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