mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Remove all uses of enums in the API
The clients aren't supposed to know the magic numbers for enums, so use strings instead.
This commit is contained in:
committed by
Daniel Drake
parent
f39e1475b4
commit
f7186c7ff0
@ -38,7 +38,7 @@
|
||||
</signal>
|
||||
|
||||
<signal name="VerifyStatus">
|
||||
<arg type="i" name="result" />
|
||||
<arg type="s" name="result" />
|
||||
</signal>
|
||||
|
||||
<method name="EnrollStart">
|
||||
@ -51,7 +51,7 @@
|
||||
</method>
|
||||
|
||||
<signal name="EnrollStatus">
|
||||
<arg type="i" name="result" />
|
||||
<arg type="s" name="result" />
|
||||
</signal>
|
||||
|
||||
<method name="GetProperties">
|
||||
|
||||
Reference in New Issue
Block a user