Function
FwupdPluginArchiveIterateFunc
Declaration
gboolean
ArchiveIterateFunc (
FuArchive* self,
const gchar* filename,
GBytes* bytes,
gpointer user_data,
GError** error
)
Parameters
self |
FuArchive |
A |
|
The data is owned by the caller of the function. | |
filename |
const gchar* |
A filename. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
bytes |
GBytes* |
The blob referenced by |
|
The data is owned by the caller of the function. | |
user_data |
gpointer |
User data. |
|
error |
GError ** |
The return location for a GError* , or NULL . |