lib: Link to fp_enroll_finger_img() in fp_enroll_stage_cb() doc

This commit is contained in:
Bastien Nocera 2018-10-23 10:20:23 +02:00
parent 531d9048b3
commit e0d2f3ae53

View file

@ -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
*
* 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,
struct fp_print_data *print, struct fp_img *img, void *user_data);