Blame SOURCES/0045-fp-device-Mark-user-data-in-FpEnrollProgress-as-tran.patch

73b847
From 2036734844f806e2781ce4bd1a5d355cc6d2b0ba Mon Sep 17 00:00:00 2001
73b847
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
73b847
Date: Wed, 27 Nov 2019 21:39:53 +0100
73b847
Subject: [PATCH 045/181] fp-device: Mark user data in FpEnrollProgress as
73b847
 transfer none
73b847
73b847
The data has its own DestroyNotify set, so while no generic DestroyNotify
73b847
exists for generic data, let's make it clear.
73b847
---
73b847
 libfprint/fp-device.h | 2 +-
73b847
 1 file changed, 1 insertion(+), 1 deletion(-)
73b847
73b847
diff --git a/libfprint/fp-device.h b/libfprint/fp-device.h
73b847
index 4785064..a15fc30 100644
73b847
--- a/libfprint/fp-device.h
73b847
+++ b/libfprint/fp-device.h
73b847
@@ -114,7 +114,7 @@ GQuark fp_device_error_quark (void);
73b847
  * @device: a #FpDevice
73b847
  * @completed_stages: Number of completed stages
73b847
  * @print: (nullable) (transfer none): The last scaned print
73b847
- * @user_data: (nullable): User provided data
73b847
+ * @user_data: (nullable) (transfer none): User provided data
73b847
  * @error: (nullable) (transfer none): #GError or %NULL
73b847
  *
73b847
  * The passed error is guaranteed to be of type %FP_DEVICE_RETRY if set.
73b847
-- 
73b847
2.24.1
73b847