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