More identification work

- Add a finger selected signal, so that when an "automatic" finger
  is selected for verification, we know which one to scan
- Fix the finger print numbers list to use GPOINTER_TO_INT /
  GINT_TO_POINTER
- Make sure the gallery is NULL when there's no prints available
- Don't use identification when a finger number is provided
- Add support for selecting the finger number in verify
- Add support for fatal warnings there as well
This commit is contained in:
Bastien Nocera
2008-10-30 22:35:34 +00:00
committed by Daniel Drake
parent ee874bb1d4
commit 15fbacd738
4 changed files with 80 additions and 26 deletions

View File

@ -33,6 +33,10 @@
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
</method>
<signal name="VerifyFingerSelected">
<arg type="i" name="finger_num" />
</signal>
<signal name="VerifyStatus">
<arg type="i" name="result" />
</signal>