Add enrollment functionality

This commit is contained in:
Daniel Drake
2008-03-06 16:37:19 +00:00
parent 3e68c40e4e
commit fc6b0c194c
8 changed files with 274 additions and 10 deletions

View File

@ -34,7 +34,19 @@
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
</method>
<signal name="VerifyResult">
<signal name="VerifyStatus">
<arg type="i" name="result" />
</signal>
<method name="EnrollStart">
<arg type="u" name="finger_num" direction="in" />
</method>
<method name="EnrollStop">
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
</method>
<signal name="EnrollStatus">
<arg type="i" name="result" />
</signal>