mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
docs: Add documentation for opaque structures
This commit is contained in:
@@ -30,36 +30,48 @@ extern "C" {
|
|||||||
/**
|
/**
|
||||||
* fp_dscv_dev:
|
* fp_dscv_dev:
|
||||||
*
|
*
|
||||||
|
* #fp_dscv_dev is an opaque structure type. You must access it using the
|
||||||
|
* functions below.
|
||||||
*/
|
*/
|
||||||
struct fp_dscv_dev;
|
struct fp_dscv_dev;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* fp_dscv_print:
|
* fp_dscv_print:
|
||||||
*
|
*
|
||||||
|
* #fp_dscv_print is an opaque structure type. You must access it using the
|
||||||
|
* functions below.
|
||||||
*/
|
*/
|
||||||
struct fp_dscv_print;
|
struct fp_dscv_print;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* fp_dev:
|
* fp_dev:
|
||||||
*
|
*
|
||||||
|
* #fp_dev is an opaque structure type. You must access it using the
|
||||||
|
* functions below.
|
||||||
*/
|
*/
|
||||||
struct fp_dev;
|
struct fp_dev;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* fp_driver:
|
* fp_driver:
|
||||||
*
|
*
|
||||||
|
* #fp_driver is an opaque structure type. You must access it using the
|
||||||
|
* functions below.
|
||||||
*/
|
*/
|
||||||
struct fp_driver;
|
struct fp_driver;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* fp_print_data:
|
* fp_print_data:
|
||||||
*
|
*
|
||||||
|
* #fp_print_data is an opaque structure type. You must access it using the
|
||||||
|
* functions below.
|
||||||
*/
|
*/
|
||||||
struct fp_print_data;
|
struct fp_print_data;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* fp_img:
|
* fp_img:
|
||||||
*
|
*
|
||||||
|
* #fp_img is an opaque structure type. You must access it using the
|
||||||
|
* functions below.
|
||||||
*/
|
*/
|
||||||
struct fp_img;
|
struct fp_img;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user