libfprint/SOURCES/0118-fpi-device-Clarify-ownership-of-parameters-for-progr.patch
2021-09-09 20:12:48 +00:00

29 lines
1.2 KiB
Diff

From 38d784fd8000faaf9b0087ca3f033e8adaaaace5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
Date: Wed, 11 Dec 2019 18:53:36 +0100
Subject: [PATCH 118/181] fpi-device: Clarify ownership of parameters for
progress call
---
libfprint/fpi-device.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libfprint/fpi-device.c b/libfprint/fpi-device.c
index 3eee062..5fc6b76 100644
--- a/libfprint/fpi-device.c
+++ b/libfprint/fpi-device.c
@@ -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().
--
2.24.1