Class
FwupdPluginArchive
Description [src]
final class FwupdPlugin.Archive : GObject.Object {
/* No available fields */
}
An in-memory archive decompressor.
Constructors
fu_archive_new
Parses data
as an archive and decompresses all files to memory blobs.
Available since: 1.2.2
Instance methods
fu_archive_iterate
Iterates over the archive contents, calling the given function for each
of the files found. If any callback
returns FALSE
scanning is aborted.
Available since: 1.3.4