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
f45c1811
Commit
f45c1811
authored
Nov 09, 2018
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add fpi-data section to the docs
parent
2365c608
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
+20
-0
doc/libfprint-docs.xml
doc/libfprint-docs.xml
+1
-0
doc/libfprint-sections.txt
doc/libfprint-sections.txt
+10
-0
libfprint/fpi-data.c
libfprint/fpi-data.c
+9
-0
No files found.
doc/libfprint-docs.xml
View file @
f45c1811
...
...
@@ -44,6 +44,7 @@
<xi:include
href=
"xml/fpi-poll.xml"
/>
<xi:include
href=
"xml/fpi-img.xml"
/>
<xi:include
href=
"xml/fpi-assembling.xml"
/>
<xi:include
href=
"xml/fpi-data.xml"
/>
<xi:include
href=
"xml/fpi-usb.xml"
/>
</part>
...
...
doc/libfprint-sections.txt
View file @
f45c1811
...
...
@@ -230,6 +230,16 @@ fpi_assemble_frames
fpi_assemble_lines
</SECTION>
<SECTION>
<INCLUDE>fpi-data.h</INCLUDE>
<FILE>fpi-data</FILE>
fp_print_data_type
fp_print_data_item
fpi_print_data_new
fpi_print_data_item_new
</SECTION>
<SECTION>
<INCLUDE>fpi-usb.h</INCLUDE>
<FILE>fpi-usb</FILE>
...
...
libfprint/fpi-data.c
View file @
f45c1811
...
...
@@ -63,6 +63,15 @@ struct fpi_print_data_item_fp2 {
* in any fashion that suits you.
*/
/**
* SECTION: fpi-data
* @title: Stored prints creation
*
* Stored print can be loaded and created by certain drivers which do their own
* print matching in hardware. Most drivers will not be using those functions.
* See #fp_print_data for the public API counterpart.
*/
static
char
*
base_store
=
NULL
;
static
void
storage_setup
(
void
)
...
...
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