Function
FwupdPluginIoctlFixupFunc
Declaration
gboolean
(* FuIoctlFixupFunc) (
FuIoctl* self,
gpointer ptr,
guint8* buf,
gsize bufsz,
GError** error
)
Parameters
self |
FuIoctl |
| No description available. | |
| The data is owned by the caller of the function. | |
ptr |
gpointer |
| No description available. | |
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
buf |
guint8* |
| No description available. | |
| The data is owned by the caller of the function. | |
bufsz |
gsize |
| No description available. | |
error |
GError ** |
The return location for a GError*, or NULL. |