Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libfprint
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
81
Issues
81
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
libfprint
libfprint
Commits
c5e0e41c
Commit
c5e0e41c
authored
May 22, 2018
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Add documentation for opaque structures
parent
b3fe4a1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
libfprint/fprint.h
libfprint/fprint.h
+12
-0
No files found.
libfprint/fprint.h
View file @
c5e0e41c
...
...
@@ -30,36 +30,48 @@ extern "C" {
/**
* fp_dscv_dev:
*
* #fp_dscv_dev is an opaque structure type. You must access it using the
* functions below.
*/
struct
fp_dscv_dev
;
/**
* fp_dscv_print:
*
* #fp_dscv_print is an opaque structure type. You must access it using the
* functions below.
*/
struct
fp_dscv_print
;
/**
* fp_dev:
*
* #fp_dev is an opaque structure type. You must access it using the
* functions below.
*/
struct
fp_dev
;
/**
* fp_driver:
*
* #fp_driver is an opaque structure type. You must access it using the
* functions below.
*/
struct
fp_driver
;
/**
* fp_print_data:
*
* #fp_print_data is an opaque structure type. You must access it using the
* functions below.
*/
struct
fp_print_data
;
/**
* fp_img:
*
* #fp_img is an opaque structure type. You must access it using the
* functions below.
*/
struct
fp_img
;
...
...
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