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 method. The value is a NUL terminated UTF-8 string. 
- blob
- 
            Type: GBytesA GBytes.The data is owned by the caller of the method.