Warning, /plasma/plasma-workspace/kcms/users/src/net.reactivated.Fprint.Manager.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC
0002 "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
0003 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd" [
0004 <!ENTITY ERROR_NO_SUCH_DEVICE "net.reactivated.Fprint.Error.NoSuchDevice">
0005 ]>
0006 <node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
0007         <interface name="net.reactivated.Fprint.Manager">
0008 
0009                 <!-- ************************************************************ -->
0010 
0011                 <method name="GetDevices">
0012                         <arg type="ao" name="devices" direction="out">
0013                                 <doc:doc><doc:summary>An array of object paths for devices.</doc:summary></doc:doc>
0014                         </arg>
0015 
0016                         <doc:doc>
0017                                 <doc:description>
0018                                         <doc:para>
0019                                                 Enumerate all the fingerprint readers attached to the system. If there are
0020                                                 no devices available, an empty array is returned.
0021                                         </doc:para>
0022                                 </doc:description>
0023                         </doc:doc>
0024                 </method>
0025 
0026                 <!-- ************************************************************ -->
0027 
0028                 <method name="GetDefaultDevice">
0029                         <arg type="o" name="device" direction="out">
0030                                 <doc:doc><doc:summary>The object path for the default device.</doc:summary></doc:doc>
0031                         </arg>
0032 
0033                         <doc:doc>
0034                                 <doc:description>
0035                                         <doc:para>
0036                                                 Returns the default fingerprint reader device.
0037                                         </doc:para>
0038                                 </doc:description>
0039 
0040                                 <doc:errors>
0041                                         <doc:error name="&ERROR_NO_SUCH_DEVICE;">if the device does not exist</doc:error>
0042                                 </doc:errors>
0043                         </doc:doc>
0044                 </method>
0045 
0046         </interface>
0047 </node>
0048