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
Functions
fu_archive_compression_from_string
No description available.
fu_archive_compression_to_string
No description available.
fu_archive_format_from_string
No description available.
fu_archive_format_to_string
No description available.
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
Methods inherited from GObject (43)
Signals
Signals inherited from GObject (1)
GObject.Object::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.