mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Kill LoadPrintData and UnloadPrintData
They were just doing nothing interesting for us, and might cause problems if data changes under us (say, remote storage).
This commit is contained in:
committed by
Daniel Drake
parent
f7ae545dc9
commit
bb1210981b
@ -17,18 +17,6 @@
|
||||
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
||||
</method>
|
||||
|
||||
<!-- FIXME make OO -->
|
||||
<method name="LoadPrintData">
|
||||
<arg type="u" name="finger_num" direction="in" />
|
||||
<arg type="u" name="print_id" direction="out" />
|
||||
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
||||
</method>
|
||||
|
||||
<method name="UnloadPrintData">
|
||||
<arg type="u" name="print_id" direction="in" />
|
||||
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
||||
</method>
|
||||
|
||||
<method name="VerifyStart">
|
||||
<arg type="u" name="print_id" direction="in" />
|
||||
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
||||
|
||||
Reference in New Issue
Block a user