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