doc: %NULL changes

This commit is contained in:
Bastien Nocera 2018-09-04 15:58:23 +02:00
parent 1d453b5732
commit 6345835b02
2 changed files with 2 additions and 2 deletions

View file

@ -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
* 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.
*/
API_EXPORTED struct fp_dscv_dev **fp_discover_devs(void)

View file

@ -87,7 +87,7 @@ struct fp_img *fpi_img_resize(struct fp_img *img, size_t newsize)
/**
* 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.
*/