Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libfprint
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
36
Issues
36
List
Boards
Labels
Service Desk
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
libfprint
libfprint
Commits
a97ae3bc
Commit
a97ae3bc
authored
Nov 09, 2018
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add fpi-async section to the docs
parent
53d2fb3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
0 deletions
+28
-0
doc/libfprint-docs.xml
doc/libfprint-docs.xml
+1
-0
doc/libfprint-sections.txt
doc/libfprint-sections.txt
+19
-0
libfprint/fpi-async.c
libfprint/fpi-async.c
+8
-0
No files found.
doc/libfprint-docs.xml
View file @
a97ae3bc
...
...
@@ -43,6 +43,7 @@
<xi:include
href=
"xml/fpi-dev-img.xml"
/>
<xi:include
href=
"xml/fpi-core.xml"
/>
<xi:include
href=
"xml/fpi-core-img.xml"
/>
<xi:include
href=
"xml/fpi-async.xml"
/>
<xi:include
href=
"xml/fpi-ssm.xml"
/>
<xi:include
href=
"xml/fpi-poll.xml"
/>
<xi:include
href=
"xml/fpi-img.xml"
/>
...
...
doc/libfprint-sections.txt
View file @
a97ae3bc
...
...
@@ -237,6 +237,25 @@ FP_IMGDRV_SUPPORTS_UNCONDITIONAL_CAPTURE
fp_img_driver
</SECTION>
<SECTION>
<INCLUDE>fpi-async.h</INCLUDE>
<FILE>fpi-async</FILE>
fpi_drvcb_capture_started
fpi_drvcb_capture_stopped
fpi_drvcb_close_complete
fpi_drvcb_enroll_stage_completed
fpi_drvcb_enroll_started
fpi_drvcb_enroll_stopped
fpi_drvcb_identify_started
fpi_drvcb_identify_stopped
fpi_drvcb_open_complete
fpi_drvcb_report_capture_result
fpi_drvcb_report_identify_result
fpi_drvcb_report_verify_result
fpi_drvcb_verify_started
fpi_drvcb_verify_stopped
</SECTION>
<SECTION>
<INCLUDE>fpi-img.h</INCLUDE>
<FILE>fpi-img</FILE>
...
...
libfprint/fpi-async.c
View file @
a97ae3bc
...
...
@@ -26,6 +26,14 @@
#include <errno.h>
#include <glib.h>
/**
* SECTION:fpi-async
* @title: Asynchronous operations reporting
*
* Those functions are used by primitive drivers to report back their
* current status. Most drivers, imaging ones, do not need to use them.
*/
/* Drivers call this when device initialisation has completed */
void
fpi_drvcb_open_complete
(
struct
fp_dev
*
dev
,
int
status
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment