mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-11 07:47:33 +00:00
trivial: Use the correct struct offset for device requests
This commit is contained in:
parent
17854099d0
commit
ce762c1d08
@ -5336,7 +5336,7 @@ fwupd_client_class_init(FwupdClientClass *klass)
|
|||||||
g_signal_new("device-request",
|
g_signal_new("device-request",
|
||||||
G_TYPE_FROM_CLASS(object_class),
|
G_TYPE_FROM_CLASS(object_class),
|
||||||
G_SIGNAL_RUN_LAST,
|
G_SIGNAL_RUN_LAST,
|
||||||
G_STRUCT_OFFSET(FwupdClientClass, device_changed),
|
G_STRUCT_OFFSET(FwupdClientClass, device_request),
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
g_cclosure_marshal_generic,
|
g_cclosure_marshal_generic,
|
||||||
|
Loading…
Reference in New Issue
Block a user