mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
fpi-ssm: Remove any reference to fpi_timeout_add()
This doesn't exist anymore, while fpi_device_add_timeout does exists.
This commit is contained in:
@@ -367,11 +367,11 @@ fpi_ssm_dup_error (FpiSsm *machine)
|
|||||||
* @data: a pointer to an #FpiSsm state machine
|
* @data: a pointer to an #FpiSsm state machine
|
||||||
*
|
*
|
||||||
* Same as fpi_ssm_next_state(), but to be used as a callback
|
* Same as fpi_ssm_next_state(), but to be used as a callback
|
||||||
* for an fpi_timeout_add() callback, when the state change needs
|
* for an fpi_device_add_timeout() callback, when the state
|
||||||
* to happen after a timeout.
|
* change needs to happen after a timeout.
|
||||||
*
|
*
|
||||||
* Make sure to pass the #FpiSsm as the `ssm_data` argument
|
* Make sure to pass the #FpiSsm as the `ssm_data` argument
|
||||||
* for that fpi_timeout_add() call.
|
* for that fpi_device_add_timeout() call.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
fpi_ssm_next_state_timeout_cb (FpDevice *dev,
|
fpi_ssm_next_state_timeout_cb (FpDevice *dev,
|
||||||
|
|||||||
Reference in New Issue
Block a user