mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Fix return values for async methods
Async methods should return "out" variables using dbus_g_method_return(), not through function parameters. Fixes crashing using those functions.
This commit is contained in:
committed by
Daniel Drake
parent
c63f624a26
commit
7f592dd2e4
@ -59,7 +59,7 @@
|
||||
<arg type="u" name="storage_id" direction="in" />
|
||||
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
||||
</method>
|
||||
|
||||
|
||||
<method name="ListEnrolledFingersFromStorage">
|
||||
<arg type="s" name="username" direction="in" />
|
||||
<arg type="au" name="enrolled_fingers" direction="out" />
|
||||
|
||||
Reference in New Issue
Block a user