689aff0232
This is a rewrite of the core based on GObject and Gio. This commit breaks the build in a lot of ways, but basic functionality will start working again with the next commits.
118 lines
2 KiB
Text
118 lines
2 KiB
Text
|
|
<SECTION>
|
|
<INCLUDE>fprint.h</INCLUDE>
|
|
<FILE>context</FILE>
|
|
<TITLE>Device discovery and hotplugging</TITLE>
|
|
FP_TYPE_CONTEXT
|
|
FpContext
|
|
fp_context_new
|
|
fp_context_enumerate
|
|
fp_context_get_devices
|
|
</SECTION>
|
|
|
|
|
|
<SECTION>
|
|
<INCLUDE>fprint.h</INCLUDE>
|
|
<FILE>device</FILE>
|
|
<TITLE>Device</TITLE>
|
|
FP_TYPE_DEVICE
|
|
FpDevice
|
|
FpDeviceType
|
|
FpScanType
|
|
FpDeviceRetry
|
|
FpDeviceError
|
|
FP_DEVICE_ERROR
|
|
FP_DEVICE_RETRY
|
|
fp_device_get_driver
|
|
fp_device_get_device_id
|
|
fp_device_get_name
|
|
fp_device_get_scan_type
|
|
|
|
fp_device_open
|
|
fp_device_open_finish
|
|
fp_device_open_sync
|
|
|
|
fp_device_close
|
|
fp_device_close_finish
|
|
fp_device_close_sync
|
|
|
|
fp_device_enroll
|
|
fp_device_enroll_finish
|
|
fp_device_enroll_sync
|
|
|
|
fp_device_identify
|
|
fp_device_identify_finish
|
|
fp_device_identify_sync
|
|
|
|
fp_device_capture
|
|
fp_device_capture_finish
|
|
fp_device_capture_sync
|
|
|
|
fp_device_verify
|
|
fp_device_verify_finish
|
|
fp_device_verify_sync
|
|
|
|
_fp_device_get_cancellable
|
|
</SECTION>
|
|
|
|
|
|
<SECTION>
|
|
<INCLUDE>fprint.h</INCLUDE>
|
|
<FILE>print</FILE>
|
|
<TITLE>Fingerprint handling</TITLE>
|
|
FpPrint
|
|
fp_print_new
|
|
</SECTION>
|
|
|
|
|
|
<SECTION>
|
|
<INCLUDE>fprint.h</INCLUDE>
|
|
<FILE>image</FILE>
|
|
<TITLE>Image handling</TITLE>
|
|
FP_TYPE_IMAGE
|
|
FpImage
|
|
fp_image_new
|
|
fp_image_detect_minutiae
|
|
fp_image_detect_minutiae_finish
|
|
fp_image_device_new
|
|
fp_image_get_binarized
|
|
fp_image_get_data
|
|
fp_image_get_height
|
|
fp_image_get_minutiae
|
|
fp_image_get_ppmm
|
|
fp_image_get_width
|
|
</SECTION>
|
|
|
|
|
|
<SECTION>
|
|
<FILE>internal-image-device</FILE>
|
|
<INCLUDE>drivers_api.h</INCLUDE>
|
|
<TITLE>Base class for image devices</TITLE>
|
|
FpImageDevice
|
|
FpImageDeviceClass
|
|
FpImageDeviceState
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>internal-usb-transfers</FILE>
|
|
<INCLUDE>drivers_api.h</INCLUDE>
|
|
<TITLE>USB Transfers</TITLE>
|
|
FpUsbTransfer
|
|
fp_usb_transfer_fill_bulk
|
|
fp_usb_transfer_fill_bulk_full
|
|
fp_usb_transfer_fill_control
|
|
fp_usb_transfer_fill_interrupt
|
|
fp_usb_transfer_fill_interrupt_full
|
|
fp_usb_transfer_get_type
|
|
fp_usb_transfer_new
|
|
fp_usb_transfer_ref
|
|
fp_usb_transfer_set_short_error
|
|
fp_usb_transfer_submit
|
|
fp_usb_transfer_submit_sync
|
|
fp_usb_transfer_unref
|
|
FpUsbTransferCallback
|
|
FP_USB_ENDPOINT_IN
|
|
FP_USB_ENDPOINT_OUT
|
|
</SECTION>
|
|
|
|
|