mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Fix lack of description for fp_dscv_dev_get_driver_id()
We documented the return value, but without writing out the function description.
This commit is contained in:
@@ -351,7 +351,10 @@ API_EXPORTED struct fp_driver *fp_dscv_dev_get_driver(struct fp_dscv_dev *dev)
|
|||||||
* fp_dscv_dev_get_driver_id:
|
* fp_dscv_dev_get_driver_id:
|
||||||
* @dev: a discovered fingerprint device
|
* @dev: a discovered fingerprint device
|
||||||
*
|
*
|
||||||
* Returns: the ID for the underlying driver for that device
|
* Returns a unique driver identifier for the underlying driver
|
||||||
|
* for that device.
|
||||||
|
*
|
||||||
|
* Returns: the ID for #dev
|
||||||
*/
|
*/
|
||||||
API_EXPORTED uint16_t fp_dscv_dev_get_driver_id(struct fp_dscv_dev *dev)
|
API_EXPORTED uint16_t fp_dscv_dev_get_driver_id(struct fp_dscv_dev *dev)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user