Files
pam-fprint-grosshack/src/device.xml
Bastien Nocera 26aab5dc28 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.
2008-11-21 18:15:51 +00:00

67 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<node name="/">
<interface name="net.reactivated.Fprint.Device">
<annotation name="org.freedesktop.DBus.GLib.CSymbol"
value="fprint_device" />
<method name="ListEnrolledFingers">
<arg type="s" name="username" direction="in" />
<arg type="as" name="enrolled_fingers" direction="out" />
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
</method>
<method name="DeleteEnrolledFingers">
<arg type="s" name="username" direction="in" />
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
</method>
<method name="Claim">
<arg type="s" name="username" direction="in" />
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
</method>
<method name="Release">
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
</method>
<method name="VerifyStart">
<arg type="s" name="finger_name" direction="in" />
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
</method>
<method name="VerifyStop">
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
</method>
<signal name="VerifyFingerSelected">
<arg type="s" name="finger_name" />
</signal>
<signal name="VerifyStatus">
<arg type="s" name="result" />
<arg type="b" name="done" />
</signal>
<method name="EnrollStart">
<arg type="s" name="finger_name" direction="in" />
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
</method>
<method name="EnrollStop">
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
</method>
<signal name="EnrollStatus">
<arg type="s" name="result" />
<arg type="b" name="done" />
</signal>
<method name="GetProperties">
<arg type="a{sv}" name="properties" direction="out" />
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
</method>
</interface>
</node>