fpi-ssm: Make clear that the completed callback owns the error
This commit is contained in:
parent
0471edbf10
commit
cf5473a55c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ typedef struct _FpiSsm FpiSsm;
|
||||||
* FpiSsmCompletedCallback:
|
* FpiSsmCompletedCallback:
|
||||||
* @ssm: a #FpiSsm state machine
|
* @ssm: a #FpiSsm state machine
|
||||||
* @dev: the #fp_dev fingerprint device
|
* @dev: the #fp_dev fingerprint device
|
||||||
* @error: The #GError or %NULL on successful completion
|
* @error: (transfer full): The #GError or %NULL on successful completion
|
||||||
*
|
*
|
||||||
* The callback called when a state machine completes successfully,
|
* The callback called when a state machine completes successfully,
|
||||||
* as set when calling fpi_ssm_start().
|
* as set when calling fpi_ssm_start().
|
||||||
|
|
Loading…
Reference in a new issue