fpi-device: Clarify ownership of parameters for progress call

This commit is contained in:
Marco Trevisan (Treviño) 2019-12-11 18:53:36 +01:00
parent c7b7f78273
commit 98fa6efce3

View file

@ -1134,8 +1134,8 @@ fpi_device_list_complete (FpDevice *device,
* fpi_device_enroll_progress:
* @device: The #FpDevice
* @completed_stages: The number of stages that are completed at this point
* @print: The #FpPrint for the newly completed stage or %NULL on failure
* @error: The #GError or %NULL on success
* @print: (transfer full): The #FpPrint for the newly completed stage or %NULL on failure
* @error: (transfer full): The #GError or %NULL on success
*
* Notify about the progress of the enroll operation. This is important for UI interaction.
* The passed error may be used if a scan needs to be retried, use fpi_device_retry_new().