From aa010b5c3bda52eed864cfeb3efbd2f119859f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Sat, 6 Dec 2025 03:00:48 +0100 Subject: [PATCH] fp-device: Clarify getter for open property --- libfprint/fp-device.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libfprint/fp-device.c b/libfprint/fp-device.c index ab06e7f5..6040c1be 100644 --- a/libfprint/fp-device.c +++ b/libfprint/fp-device.c @@ -483,6 +483,9 @@ fp_device_class_init (FpDeviceClass *klass) NULL, G_PARAM_STATIC_STRINGS | G_PARAM_READABLE); + /** + * FpDevice:open: (getter is_open): + */ properties[PROP_OPEN] = g_param_spec_boolean ("open", "Opened",