mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Mention that fpi_timeout gets freed
This commit is contained in:
@@ -26,6 +26,8 @@
|
|||||||
* @data: the data passed to fpi_timeout_add()
|
* @data: the data passed to fpi_timeout_add()
|
||||||
*
|
*
|
||||||
* The prototype of the callback function for fpi_timeout_add().
|
* The prototype of the callback function for fpi_timeout_add().
|
||||||
|
* Note that after the callback is called, the #fpi_timeout structure will
|
||||||
|
* be freed.
|
||||||
*/
|
*/
|
||||||
typedef void (*fpi_timeout_fn)(struct fp_dev *dev, void *data);
|
typedef void (*fpi_timeout_fn)(struct fp_dev *dev, void *data);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user