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:
Marco Trevisan (Treviño) 2019-11-27 21:39:53 +01:00
parent c6298ede72
commit 712853d1e3

View file

@ -114,7 +114,7 @@ GQuark fp_device_error_quark (void);
* @device: a #FpDevice
* @completed_stages: Number of completed stages
* @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
*
* The passed error is guaranteed to be of type %FP_DEVICE_RETRY if set.