Add DeleteEnrolledFingers

To delete all the enrolled finger prints for a particular user.
We can already overwrite existing enrolled fingerprints, and there's
not really any point in dismissing just one fingerprint.
This commit is contained in:
Bastien Nocera
2008-10-29 15:47:36 +00:00
committed by Daniel Drake
parent 45dc821b3a
commit af42db88bf
2 changed files with 30 additions and 0 deletions

View File

@ -17,6 +17,10 @@
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
</method>
<method name="DeleteEnrolledFingers">
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
</method>
<method name="VerifyStart">
<arg type="u" name="print_id" direction="in" />
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />