Class

FwupdPluginArchive

Description [src]

final class FwupdPlugin.Archive : GObject.Object {
  /* No available fields */
}

An in-memory archive decompressor.

Hierarchy

hierarchy this FuArchive ancestor_0 GObject ancestor_0--this

Ancestors

  • GObject

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

fu_archive_lookup_by_fn

Finds the blob referenced by filename.

Available since: 1.2.2

Class structure

struct FwupdPluginArchiveClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.