Blame SOURCES/0126-fpi-ssm-Make-clear-that-the-completed-callback-owns-.patch

73b847
From 740ba3265766f32bfa37c78e8c638a469b65071c Mon Sep 17 00:00:00 2001
73b847
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
73b847
Date: Thu, 12 Dec 2019 16:06:37 +0100
73b847
Subject: [PATCH 126/181] fpi-ssm: Make clear that the completed callback owns
73b847
 the error
73b847
73b847
---
73b847
 libfprint/fpi-ssm.h | 2 +-
73b847
 1 file changed, 1 insertion(+), 1 deletion(-)
73b847
73b847
diff --git a/libfprint/fpi-ssm.h b/libfprint/fpi-ssm.h
73b847
index 956e355..fe64946 100644
73b847
--- a/libfprint/fpi-ssm.h
73b847
+++ b/libfprint/fpi-ssm.h
73b847
@@ -39,7 +39,7 @@ typedef struct _FpiSsm FpiSsm;
73b847
  * FpiSsmCompletedCallback:
73b847
  * @ssm: a #FpiSsm state machine
73b847
  * @dev: the #fp_dev fingerprint device
73b847
- * @error: The #GError or %NULL on successful completion
73b847
+ * @error: (transfer full): The #GError or %NULL on successful completion
73b847
  *
73b847
  * The callback called when a state machine completes successfully,
73b847
  * as set when calling fpi_ssm_start().
73b847
-- 
73b847
2.24.1
73b847