mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-16 04:48:08 +02:00
They were just doing nothing interesting for us, and might cause problems if data changes under us (say, remote storage).
58 lines
1.6 KiB
XML
58 lines
1.6 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="Claim">
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
|
</method>
|
|
|
|
<method name="Release">
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
|
</method>
|
|
|
|
<method name="ListEnrolledFingers">
|
|
<arg type="au" name="enrolled_fingers" direction="out" />
|
|
<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="" />
|
|
</method>
|
|
|
|
<method name="VerifyStop">
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
|
</method>
|
|
|
|
<signal name="VerifyStatus">
|
|
<arg type="i" name="result" />
|
|
</signal>
|
|
|
|
<method name="EnrollStart">
|
|
<arg type="u" name="finger_num" 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="i" name="result" />
|
|
</signal>
|
|
|
|
<method name="SetStorageType">
|
|
<arg type="u" name="storage_id" direction="in" />
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
|
</method>
|
|
|
|
<method name="SetUsername">
|
|
<arg type="s" name="username" direction="in" />
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
|
</method>
|
|
|
|
</interface>
|
|
</node>
|
|
|