Blame SOURCES/0118-fpi-device-Clarify-ownership-of-parameters-for-progr.patch

73b847
From 38d784fd8000faaf9b0087ca3f033e8adaaaace5 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, 11 Dec 2019 18:53:36 +0100
73b847
Subject: [PATCH 118/181] fpi-device: Clarify ownership of parameters for
73b847
 progress call
73b847
73b847
---
73b847
 libfprint/fpi-device.c | 4 ++--
73b847
 1 file changed, 2 insertions(+), 2 deletions(-)
73b847
73b847
diff --git a/libfprint/fpi-device.c b/libfprint/fpi-device.c
73b847
index 3eee062..5fc6b76 100644
73b847
--- a/libfprint/fpi-device.c
73b847
+++ b/libfprint/fpi-device.c
73b847
@@ -1134,8 +1134,8 @@ fpi_device_list_complete (FpDevice  *device,
73b847
  * fpi_device_enroll_progress:
73b847
  * @device: The #FpDevice
73b847
  * @completed_stages: The number of stages that are completed at this point
73b847
- * @print: The #FpPrint for the newly completed stage or %NULL on failure
73b847
- * @error: The #GError or %NULL on success
73b847
+ * @print: (transfer full): The #FpPrint for the newly completed stage or %NULL on failure
73b847
+ * @error: (transfer full): The #GError or %NULL on success
73b847
  *
73b847
  * Notify about the progress of the enroll operation. This is important for UI interaction.
73b847
  * The passed error may be used if a scan needs to be retried, use fpi_device_retry_new().
73b847
-- 
73b847
2.24.1
73b847