fprintd/src/manager.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

49 lines
1.4 KiB
XML
Raw Normal View History

<!DOCTYPE node PUBLIC
"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd" [
<!ENTITY ERROR_NO_SUCH_DEVICE "net.reactivated.Fprint.Error.NoSuchDevice">
]>
2008-11-21 16:27:22 +00:00
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
<interface name="net.reactivated.Fprint.Manager">
2008-11-21 16:27:22 +00:00
<!-- ************************************************************ -->
<method name="GetDevices">
2008-11-21 16:27:22 +00:00
<arg type="ao" name="devices" direction="out">
<doc:doc><doc:summary>An array of object paths for devices.</doc:summary></doc:doc>
</arg>
<doc:doc>
<doc:description>
<doc:para>
Enumerate all the fingerprint readers attached to the system. If there are
no devices available, an empty array is returned.
2008-11-21 16:27:22 +00:00
</doc:para>
</doc:description>
</doc:doc>
</method>
2008-11-21 16:27:22 +00:00
<!-- ************************************************************ -->
<method name="GetDefaultDevice">
2008-11-21 16:27:22 +00:00
<arg type="o" name="device" direction="out">
<doc:doc><doc:summary>The object path for the default device.</doc:summary></doc:doc>
</arg>
<doc:doc>
<doc:description>
<doc:para>
Returns the default fingerprint reader device.
</doc:para>
</doc:description>
<doc:errors>
<doc:error name="&ERROR_NO_SUCH_DEVICE;">if the device does not exist</doc:error>
</doc:errors>
2008-11-21 16:27:22 +00:00
</doc:doc>
</method>
</interface>
</node>