mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-04-19 18:20:46 +02:00
dbus: Add new enroll-duplicate error code
This will be returned if the print has alread been enrolled on the system.
This commit is contained in:
parent
084e5bfafd
commit
b7b91e77bb
1 changed files with 10 additions and 0 deletions
|
|
@ -254,6 +254,16 @@
|
|||
to resolve this error without any notification.
|
||||
</doc:definition>
|
||||
</doc:item>
|
||||
<doc:item>
|
||||
<doc:term>enroll-duplicate</doc:term>
|
||||
<doc:definition>
|
||||
The print has already been enrolled, <doc:ref type="method" to="Device.EnrollStop">Device.EnrollStop</doc:ref> should now be called.
|
||||
|
||||
The user should enroll a different finger, or delete the print that has been enrolled already.
|
||||
This print may be enrolled for a different user.
|
||||
Note that an old duplicate (e.g. from a previous install) will be automatically garbage collected and should not cause any issues.
|
||||
</doc:definition>
|
||||
</doc:item>
|
||||
<doc:item>
|
||||
<doc:term>enroll-disconnected</doc:term>
|
||||
<doc:definition>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue