fpi-ssm: Make clear that the completed callback owns the error

This commit is contained in:
Marco Trevisan (Treviño) 2019-12-12 16:06:37 +01:00
parent 0471edbf10
commit cf5473a55c

View file

@ -39,7 +39,7 @@ typedef struct _FpiSsm FpiSsm;
* FpiSsmCompletedCallback:
* @ssm: a #FpiSsm state machine
* @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,
* as set when calling fpi_ssm_start().