fp-device: Clarify getter for open property

This commit is contained in:
Marco Trevisan (Treviño) 2025-12-06 03:00:48 +01:00
parent a9c6621119
commit aa010b5c3b

View file

@ -483,6 +483,9 @@ fp_device_class_init (FpDeviceClass *klass)
NULL, NULL,
G_PARAM_STATIC_STRINGS | G_PARAM_READABLE); G_PARAM_STATIC_STRINGS | G_PARAM_READABLE);
/**
* FpDevice:open: (getter is_open):
*/
properties[PROP_OPEN] = properties[PROP_OPEN] =
g_param_spec_boolean ("open", g_param_spec_boolean ("open",
"Opened", "Opened",