2008-03-04 12:36:28 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2008-03-05 20:00:28 +00:00
|
|
|
<node name="/">
|
|
|
|
|
<interface name="net.reactivated.Fprint.Device">
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol"
|
|
|
|
|
value="fprint_device" />
|
2008-03-04 12:36:28 +00:00
|
|
|
|
2008-10-30 16:53:05 +00:00
|
|
|
<method name="ListEnrolledFingers">
|
|
|
|
|
<arg type="s" name="username" direction="in" />
|
|
|
|
|
<arg type="au" name="enrolled_fingers" direction="out" />
|
2008-03-04 14:55:37 +00:00
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
2008-03-04 12:36:28 +00:00
|
|
|
</method>
|
|
|
|
|
|
2008-10-30 16:53:05 +00:00
|
|
|
<method name="DeleteEnrolledFingers">
|
|
|
|
|
<arg type="s" name="username" direction="in" />
|
2008-03-04 14:55:37 +00:00
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
2008-03-04 12:36:28 +00:00
|
|
|
</method>
|
|
|
|
|
|
2008-10-30 16:53:05 +00:00
|
|
|
<method name="Claim">
|
|
|
|
|
<arg type="s" name="username" direction="in" />
|
2008-05-16 17:24:45 +01:00
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
2008-03-04 12:36:28 +00:00
|
|
|
</method>
|
|
|
|
|
|
2008-10-30 16:53:05 +00:00
|
|
|
<method name="Release">
|
2008-10-29 15:47:36 +00:00
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
|
|
|
|
</method>
|
|
|
|
|
|
2008-03-04 12:36:28 +00:00
|
|
|
<method name="VerifyStart">
|
|
|
|
|
<arg type="u" name="print_id" direction="in" />
|
2008-05-16 17:24:45 +01:00
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
2008-03-04 12:36:28 +00:00
|
|
|
</method>
|
|
|
|
|
|
2008-03-05 20:00:28 +00:00
|
|
|
<method name="VerifyStop">
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
|
|
|
|
</method>
|
|
|
|
|
|
2008-03-06 16:37:19 +00:00
|
|
|
<signal name="VerifyStatus">
|
|
|
|
|
<arg type="i" name="result" />
|
|
|
|
|
</signal>
|
|
|
|
|
|
|
|
|
|
<method name="EnrollStart">
|
|
|
|
|
<arg type="u" name="finger_num" direction="in" />
|
2008-05-16 17:24:45 +01:00
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
2008-03-06 16:37:19 +00:00
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
<method name="EnrollStop">
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
|
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
<signal name="EnrollStatus">
|
2008-03-05 20:00:28 +00:00
|
|
|
<arg type="i" name="result" />
|
2008-03-06 13:12:34 +00:00
|
|
|
</signal>
|
2008-03-04 12:36:28 +00:00
|
|
|
|
|
|
|
|
</interface>
|
|
|
|
|
</node>
|
|
|
|
|
|