mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Add enrollment functionality
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user