mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
doc: Add LIBFPRINT_DEPRECATED to the docs
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<INCLUDE>fprint.h</INCLUDE>
|
||||
<FILE>events</FILE>
|
||||
<TITLE>Initialisation and events handling</TITLE>
|
||||
LIBFPRINT_DEPRECATED
|
||||
fp_set_debug
|
||||
fp_init
|
||||
fp_exit
|
||||
|
||||
@@ -29,6 +29,13 @@ extern "C" {
|
||||
#include <unistd.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
/**
|
||||
* LIBFPRINT_DEPRECATED:
|
||||
*
|
||||
* Expands to the GNU C deprecated attribute if the compiler is `gcc`. When
|
||||
* called with the `-Wdeprecated-declarations` option, `gcc` will generate warnings
|
||||
* when deprecated interfaces are used.
|
||||
*/
|
||||
#define LIBFPRINT_DEPRECATED __attribute__((__deprecated__))
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user