fp-device: Mark user data in FpEnrollProgress as transfer none
The data has its own DestroyNotify set, so while no generic DestroyNotify exists for generic data, let's make it clear.
This commit is contained in:
parent
c6298ede72
commit
712853d1e3
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ GQuark fp_device_error_quark (void);
|
||||||
* @device: a #FpDevice
|
* @device: a #FpDevice
|
||||||
* @completed_stages: Number of completed stages
|
* @completed_stages: Number of completed stages
|
||||||
* @print: (nullable) (transfer none): The last scaned print
|
* @print: (nullable) (transfer none): The last scaned print
|
||||||
* @user_data: (nullable): User provided data
|
* @user_data: (nullable) (transfer none): User provided data
|
||||||
* @error: (nullable) (transfer none): #GError or %NULL
|
* @error: (nullable) (transfer none): #GError or %NULL
|
||||||
*
|
*
|
||||||
* The passed error is guaranteed to be of type %FP_DEVICE_RETRY if set.
|
* The passed error is guaranteed to be of type %FP_DEVICE_RETRY if set.
|
||||||
|
|
Loading…
Reference in a new issue