Class

FwupdPluginCabinet

Description [src]

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

Cabinet archive parser and writer.

See also: FuArchive

Hierarchy

hierarchy this FuCabinet ancestor_0 GObject ancestor_0--this

Ancestors

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

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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.

Class structure

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