mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-06 04:48:16 +02:00
print: Fix pspec of print type to match real default
The default is actually FPI_PRINT_UNDEFINED and not FPI_PRINT_RAW.
This commit is contained in:
parent
e5589a0ec2
commit
6e28b9a8c4
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ fp_print_class_init (FpPrintClass *klass)
|
|||
"Type",
|
||||
"Private: The type of the print data",
|
||||
FPI_TYPE_PRINT_TYPE,
|
||||
FPI_PRINT_RAW,
|
||||
FPI_PRINT_UNDEFINED,
|
||||
G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue