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:
Bastien Nocera
2008-11-20 16:51:46 +00:00
committed by Daniel Drake
parent f39e1475b4
commit f7186c7ff0
6 changed files with 98 additions and 96 deletions

View File

@ -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">