fpi-device: Clarify ownership of parameters for progress call
This commit is contained in:
parent
c7b7f78273
commit
98fa6efce3
1 changed files with 2 additions and 2 deletions
|
@ -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().
|
||||
|
|
Loading…
Reference in a new issue