mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-12-20 07:00:05 +01:00
fp-device: Clarify getter for open property
This commit is contained in:
parent
a9c6621119
commit
aa010b5c3b
1 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue