mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-01-14 02:00:24 +01:00
lib: Document fpi_ssm_jump_to_state()
This commit is contained in:
parent
946388d1e9
commit
ccdecdea11
1 changed files with 1 additions and 0 deletions
|
|
@ -276,6 +276,7 @@ fpi_ssm_next_state_timeout_cb(struct fp_dev *dev,
|
|||
* @machine: an #fpi_ssm state machine
|
||||
* @state: the state to jump to
|
||||
*
|
||||
* Jump to the @state state, bypassing intermediary states.
|
||||
*/
|
||||
void fpi_ssm_jump_to_state(fpi_ssm *machine, int state)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue