mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
There is now a single Manager class shared between all apps. Apps then share a collection of Device objects.
14 lines
309 B
XML
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>
|
|
|