Class

FwupdPluginArchive

Description [src]

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

An in-memory archive decompressor.

Ancestors

Constructors

fu_archive_new

Parses data as an archive and decompresses all files to memory blobs.

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.

since: 1.3.4

fu_archive_lookup_by_fn

Finds the blob referenced by filename.

since: 1.2.2

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

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