mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Link to fp_enroll_finger_img() in fp_enroll_stage_cb() doc
This commit is contained in:
@@ -400,7 +400,8 @@ void fp_async_dev_close(struct fp_dev *dev, fp_operation_stop_cb callback,
|
|||||||
* @user_data: user data passed to the callback
|
* @user_data: user data passed to the callback
|
||||||
*
|
*
|
||||||
* Type definition for a function that will be called when
|
* Type definition for a function that will be called when
|
||||||
* fp_async_enroll_start() finishes.
|
* fp_async_enroll_start() finishes. See fp_enroll_finger_img() for
|
||||||
|
* the expected behaviour of your program based on the @result.
|
||||||
*/
|
*/
|
||||||
typedef void (*fp_enroll_stage_cb)(struct fp_dev *dev, int result,
|
typedef void (*fp_enroll_stage_cb)(struct fp_dev *dev, int result,
|
||||||
struct fp_print_data *print, struct fp_img *img, void *user_data);
|
struct fp_print_data *print, struct fp_img *img, void *user_data);
|
||||||
|
|||||||
Reference in New Issue
Block a user