mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
doc: %NULL changes
This commit is contained in:
@@ -248,7 +248,7 @@ static struct fp_dscv_dev *discover_dev(libusb_device *udev)
|
|||||||
* Scans the system and returns a list of discovered devices. This is your
|
* Scans the system and returns a list of discovered devices. This is your
|
||||||
* entry point into finding a fingerprint reader to operate.
|
* entry point into finding a fingerprint reader to operate.
|
||||||
*
|
*
|
||||||
* Returns: a %NULL-terminated list of discovered devices. Must be freed with
|
* Returns: a nul-terminated list of discovered devices. Must be freed with
|
||||||
* fp_dscv_devs_free() after use.
|
* fp_dscv_devs_free() after use.
|
||||||
*/
|
*/
|
||||||
API_EXPORTED struct fp_dscv_dev **fp_discover_devs(void)
|
API_EXPORTED struct fp_dscv_dev **fp_discover_devs(void)
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ struct fp_img *fpi_img_resize(struct fp_img *img, size_t newsize)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* fp_img_free:
|
* fp_img_free:
|
||||||
* @img: the image to destroy. If NULL, function simply returns.
|
* @img: the image to destroy. If %NULL, function simply returns.
|
||||||
*
|
*
|
||||||
* Frees an image. Must be called when you are finished working with an image.
|
* Frees an image. Must be called when you are finished working with an image.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user