From cf5473a55c343347ada9f38776acccdd5216dba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 12 Dec 2019 16:06:37 +0100 Subject: [PATCH] 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().