mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
For verify and enroll, add a done argument so that front-end know easily when they should be closing the device.
67 lines
1.8 KiB
XML
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>
|
|
|