fprintd/src/device.xml

51 lines
1.3 KiB
XML
Raw Normal View History

2008-03-04 12:36:28 +00:00
<?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" />
2008-03-04 12:36:28 +00:00
<method name="Claim">
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>
<method name="Release">
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>
<method name="ListEnrolledFingers">
<arg type="au" name="enrolled_fingers" direction="out" />
</method>
<!-- FIXME make OO -->
2008-03-04 12:36:28 +00:00
<method name="LoadPrintData">
<arg type="u" name="finger_num" direction="in" />
<arg type="u" name="print_id" direction="out" />
</method>
<method name="UnloadPrintData">
<arg type="u" name="print_id" direction="in" />
</method>
<method name="VerifyStart">
<arg type="u" name="print_id" direction="in" />
</method>
<method name="VerifyStop">
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
</method>
2008-03-04 12:36:28 +00:00
<method name="GetVerifyResult">
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
<arg type="i" name="result" direction="out" />
<arg type="b" name="more_results" direction="out" />
</method>
<!-- FIXME replace GetVerifyResult with this signal
<signal name="VerifyResult">
<arg type="i" name="result" />
</signal> -->
2008-03-04 12:36:28 +00:00
</interface>
</node>