device: Fix documentation for ERROR_INVALID_FINGERNAME

This commit is contained in:
Bastien Nocera
2020-01-17 14:41:22 +01:00
parent c929d39df1
commit cd3ed2e450

View File

@ -501,7 +501,7 @@
<doc:error name="&ERROR_PERMISSION_DENIED;">if the caller lacks the appropriate PolicyKit authorization</doc:error> <doc:error name="&ERROR_PERMISSION_DENIED;">if the caller lacks the appropriate PolicyKit authorization</doc:error>
<doc:error name="&ERROR_CLAIM_DEVICE;">if the device was not claimed</doc:error> <doc:error name="&ERROR_CLAIM_DEVICE;">if the device was not claimed</doc:error>
<doc:error name="&ERROR_ALREADY_IN_USE;">if the device was already being used</doc:error> <doc:error name="&ERROR_ALREADY_IN_USE;">if the device was already being used</doc:error>
<doc:error name="&ERROR_INVALID_FINGERNAME;">if there are no enrolled prints for the chosen user</doc:error> <doc:error name="&ERROR_INVALID_FINGERNAME;">if the finger name passed is invalid</doc:error>
<doc:error name="&ERROR_INTERNAL;">if there was an internal error</doc:error> <doc:error name="&ERROR_INTERNAL;">if there was an internal error</doc:error>
</doc:errors> </doc:errors>