Class

FwupdPluginCabinet

Description [src]

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

Cabinet archive parser and writer.

See also: FuArchive

Ancestors

Constructors

fu_cabinet_new
No description available.

since: 1.4.0

Instance methods

fu_cabinet_add_file

Adds a file to the silo.

since: 1.6.0

fu_cabinet_export

Exports the cabinet archive.

since: 1.6.0

fu_cabinet_get_file

Gets a file from the archive.

since: 1.6.0

fu_cabinet_parse

Parses the cabinet archive.

since: 1.4.0

fu_cabinet_set_size_max

Sets the maximum size of the decompressed cabinet file.

since: 1.4.0

fu_cabinet_sign

Sign the cabinet archive using JCat.

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::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;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.