mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Add a done argument to result signals
For verify and enroll, add a done argument so that front-end know easily when they should be closing the device.
This commit is contained in:
committed by
Daniel Drake
parent
0636c77962
commit
26aab5dc28
@ -39,6 +39,7 @@
|
||||
|
||||
<signal name="VerifyStatus">
|
||||
<arg type="s" name="result" />
|
||||
<arg type="b" name="done" />
|
||||
</signal>
|
||||
|
||||
<method name="EnrollStart">
|
||||
@ -52,6 +53,7 @@
|
||||
|
||||
<signal name="EnrollStatus">
|
||||
<arg type="s" name="result" />
|
||||
<arg type="b" name="done" />
|
||||
</signal>
|
||||
|
||||
<method name="GetProperties">
|
||||
|
||||
Reference in New Issue
Block a user