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:
Bastien Nocera
2008-11-21 10:26:06 +00:00
committed by Daniel Drake
parent 0636c77962
commit 26aab5dc28
8 changed files with 39 additions and 22 deletions

View File

@ -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">