libfprint/SOURCES/0045-fp-device-Mark-user-da...

29 lines
1.0 KiB
Diff

From 2036734844f806e2781ce4bd1a5d355cc6d2b0ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
Date: Wed, 27 Nov 2019 21:39:53 +0100
Subject: [PATCH 045/181] 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.
---
libfprint/fp-device.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libfprint/fp-device.h b/libfprint/fp-device.h
index 4785064..a15fc30 100644
--- a/libfprint/fp-device.h
+++ b/libfprint/fp-device.h
@@ -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.
--
2.24.1