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