mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 07:09:59 +00:00
trivial: More GObjectIntrospection fixes
This commit is contained in:
parent
8fe6a1dd0c
commit
88aff562d2
@ -134,7 +134,17 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
#define FU_DEVICE_REMOVE_DELAY_USER_REPLUG 40000
|
#define FU_DEVICE_REMOVE_DELAY_USER_REPLUG 40000
|
||||||
|
|
||||||
typedef gboolean (*FuDeviceRetryFunc) (FuDevice *device,
|
/**
|
||||||
|
* FuDeviceRetryFunc:
|
||||||
|
* @self: a #FuDevice
|
||||||
|
* @user_data: user data
|
||||||
|
* @error: (nullable): optional return location for an error
|
||||||
|
*
|
||||||
|
* The device retry iteration callback.
|
||||||
|
*
|
||||||
|
* Returns: %TRUE on success
|
||||||
|
*/
|
||||||
|
typedef gboolean (*FuDeviceRetryFunc) (FuDevice *self,
|
||||||
gpointer user_data,
|
gpointer user_data,
|
||||||
GError **error)
|
GError **error)
|
||||||
G_GNUC_WARN_UNUSED_RESULT;
|
G_GNUC_WARN_UNUSED_RESULT;
|
||||||
|
Loading…
Reference in New Issue
Block a user