Class

FwupdPluginCabinet

Description [src]

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

Cabinet archive parser and writer.

See also: FuArchive

Ancestors

  • GObject

Constructors

fu_cabinet_new
No description available.

Available since: 1.4.0

Instance methods

fu_cabinet_add_file

Adds a file to the silo.

Available since: 1.6.0

fu_cabinet_export

Exports the cabinet archive.

Available since: 1.6.0

fu_cabinet_get_file

Gets a file from the archive.

Available since: 1.6.0

fu_cabinet_parse

Parses the cabinet archive.

Available since: 1.4.0

fu_cabinet_set_size_max

Sets the maximum size of the decompressed cabinet file.

Available since: 1.4.0

fu_cabinet_sign

Sign the cabinet archive using JCat.

Available since: 1.6.0

Class structure

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