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
38
Issues
38
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
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
e1137543
Commit
e1137543
authored
Oct 19, 2018
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Add "struct #fp_dev" to the API docs
parent
b1afa9da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
libfprint/fpi-sync.c
libfprint/fpi-sync.c
+8
-8
No files found.
libfprint/fpi-sync.c
View file @
e1137543
...
...
@@ -82,7 +82,7 @@ static void sync_close_cb(struct fp_dev *dev, void *user_data)
/**
* fp_dev_close:
* @dev: the device to close. If %NULL, function simply returns.
* @dev: the
struct #fp_dev
device to close. If %NULL, function simply returns.
*
* Close a device. You must call this function when you are finished using
* a fingerprint device.
...
...
@@ -128,7 +128,7 @@ static void enroll_stop_cb(struct fp_dev *dev, void *user_data)
/**
* fp_enroll_finger_img:
* @dev: the device
* @dev: the
struct #fp_dev
device
* @print_data: a location to return the resultant enrollment data from
* the final stage. Must be freed with fp_print_data_free() after use.
* @img: location to store the scan image. accepts %NULL for no image
...
...
@@ -290,7 +290,7 @@ err:
/**
* fp_enroll_finger:
* @dev: the device
* @dev: the
struct #fp_dev
device
* @print_data: a location to return the resultant enrollment data from
* the final stage. Must be freed with fp_print_data_free() after use.
*
...
...
@@ -331,7 +331,7 @@ static void verify_stop_cb(struct fp_dev *dev, void *user_data)
/**
* fp_verify_finger_img:
* @dev: the
device to perform the scan.
* @dev: the
struct #fp_dev device to perform the scan on
* @enrolled_print: the print to verify against. Must have been previously
* enrolled with a device compatible to the device selected to perform the scan.
* @img: location to store the scan image. accepts %NULL for no image
...
...
@@ -423,7 +423,7 @@ err:
/**
* fp_verify_finger:
* @dev: the
device to perform the scan.
* @dev: the
struct #fp_dev device to perform the scan on
* @enrolled_print: the print to verify against. Must have been previously
* enrolled with a device compatible to the device selected to perform the scan.
*
...
...
@@ -467,7 +467,7 @@ static void identify_stop_cb(struct fp_dev *dev, void *user_data)
/**
* fp_identify_finger_img:
* @dev: the
device to perform the scan.
* @dev: the
struct #fp_dev device to perform the scan on
* @print_gallery: NULL-terminated array of pointers to the prints to
* identify against. Each one must have been previously enrolled with a device
* compatible to the device selected to perform the scan.
...
...
@@ -565,7 +565,7 @@ err:
/**
* fp_identify_finger:
* @dev: the
device to perform the scan.
* @dev: the
struct #fp_dev device to perform the scan on
* @print_gallery: %NULL-terminated array of pointers to the prints to
* identify against. Each one must have been previously enrolled with a device
* compatible to the device selected to perform the scan.
...
...
@@ -611,7 +611,7 @@ static void capture_stop_cb(struct fp_dev *dev, void *user_data)
}
/**
* fp_dev_img_capture:
* @dev: the device
* @dev: the
struct #fp_dev
device
* @unconditional: whether to unconditionally capture an image, or to only capture when a finger is detected
* @img: a location to return the captured image. Must be freed with
* fp_img_free() after use.
...
...
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