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",