mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Revert "lib: Mark fpi_ssm_get_user_data as deprecated"
This reverts commit 1fd82b5162.
This was causing too many warnings at this stage of porting. We'll add
it again when most of the drivers are ported.
This commit is contained in:
@@ -124,9 +124,6 @@ fpi_ssm *fpi_ssm_new(struct fp_dev *dev,
|
||||
* is called.
|
||||
*
|
||||
* Returns: a pointer
|
||||
*
|
||||
* Deprecated: Make sure your asynchronous functions pass that
|
||||
* @user_data along.
|
||||
*/
|
||||
void *
|
||||
fpi_ssm_get_user_data(fpi_ssm *machine)
|
||||
|
||||
@@ -28,8 +28,6 @@
|
||||
#include <glib.h>
|
||||
#include <libusb.h>
|
||||
|
||||
#include "fprint.h"
|
||||
|
||||
/* async drv <--> lib comms */
|
||||
|
||||
/**
|
||||
@@ -82,7 +80,7 @@ void fpi_ssm_next_state_timeout_cb(struct fp_dev *dev, void *data);
|
||||
void fpi_ssm_jump_to_state(fpi_ssm *machine, int state);
|
||||
void fpi_ssm_mark_completed(fpi_ssm *machine);
|
||||
void fpi_ssm_mark_failed(fpi_ssm *machine, int error);
|
||||
void *fpi_ssm_get_user_data(fpi_ssm *machine) LIBFPRINT_DEPRECATED;
|
||||
void *fpi_ssm_get_user_data(fpi_ssm *machine);
|
||||
int fpi_ssm_get_error(fpi_ssm *machine);
|
||||
int fpi_ssm_get_cur_state(fpi_ssm *machine);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user