Method
FwupdPluginArchiveadd_entry
Declaration [src]
void
fu_archive_add_entry (
FuArchive* self,
const gchar* fn,
GBytes* blob
)
Parameters
fn |
const gchar* |
A filename. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
blob |
GBytes |
A |
|
The data is owned by the caller of the function. |