From 11b8930d35d55bed77f9334df104f6846e9cbb0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 29 Jun 2026 17:29:09 +0200 Subject: [PATCH] fpi-device: Fix device action error docstring and transfer --- libfprint/fpi-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/fpi-device.c b/libfprint/fpi-device.c index 3fc486ee..65657741 100644 --- a/libfprint/fpi-device.c +++ b/libfprint/fpi-device.c @@ -792,7 +792,7 @@ fpi_device_remove (FpDevice *device) /** * fpi_device_action_error: * @device: The #FpDevice - * @error: The #GError to return + * @error: (nullable) (transfer full): The #GError or %NULL on success * * Finish an ongoing action with an error. This is the same as calling * the corresponding complete function such as fpi_device_open_complete()