Files
pam-fprint-grosshack/src/manager.xml
Daniel Drake 080e427651 Move to object oriented model
There is now a single Manager class shared between all apps.
Apps then share a collection of Device objects.
2008-03-05 23:52:33 +00:00

14 lines
309 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<node name="/">
<interface name="net.reactivated.Fprint.Manager">
<annotation name="org.freedesktop.DBus.GLib.CSymbol"
value="fprint_manager" />
<method name="GetDevices">
<arg type="ao" name="devices" direction="out" />
</method>
</interface>
</node>