mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 00:14:16 +09:00
fp-device: Clarify getter for open property
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user