Class
FwupdRelease
Description [src]
class Fwupd.Release : GObject.Object
implements Fwupd.Codec {
/* No available fields */
}
A firmware release with a specific version.
Devices can have more than one release, and the releases are typically ordered by their version.
See also: FwupdDevice
.
Functions
fwupd_release_array_filter_flags
Creates an array of new releases that match using fwupd_release_match_flags().
since: 1.9.3
fwupd_release_urgency_from_string
Converts a string to an enumerated release urgency value.
since: 1.4.0
Instance methods
fwupd_release_add_location
Adds an update URI, i.e. where you can download the firmware from.
since: 1.5.6
fwupd_release_get_detach_caption
Gets the optional text caption used to manually detach the device.
since: 1.3.3
fwupd_release_get_detach_image
Gets the optional image used to manually detach the device.
since: 1.3.3
fwupd_release_get_id
Gets the release ID, which allows identifying the specific uploaded component.
since: 1.7.2
fwupd_release_get_install_duration
Gets the time estimate for firmware installation (in seconds).
since: 1.2.1
fwupd_release_get_locations
Gets the update URI, i.e. where you can download the firmware from.
since: 1.5.6
fwupd_release_get_source_url
Gets the URL of the source code used to build this release.
since: 1.2.4
fwupd_release_set_detach_caption
Sets the optional text caption used to manually detach the device.
since: 1.3.3
fwupd_release_set_detach_image
Sets the optional image used to manually detach the device.
since: 1.3.3
fwupd_release_set_id
Sets the ID, which allows identifying the specific uploaded component.
since: 1.7.2
fwupd_release_set_install_duration
Sets the time estimate for firmware installation (in seconds).
since: 1.2.1
fwupd_release_set_source_url
Sets the URL of the source code used to build this release.
since: 1.2.4
Methods inherited from FwupdCodec (8)
fwupd_codec_add_string
Converts an object that implements FwupdCodec
to a debug string, appending it to str
.
since: 2.0.0
fwupd_codec_from_json
Converts an object that implements FwupdCodec
from a JSON object.
since: 2.0.0
fwupd_codec_from_json_string
Converts an object that implements FwupdCodec
from a JSON string.
since: 2.0.0
fwupd_codec_from_variant
Converts an object that implements FwupdCodec
from a GVariant
value.
since: 2.0.0
fwupd_codec_to_json
Converts an object that implements FwupdCodec
to a JSON builder object.
since: 2.0.0
fwupd_codec_to_json_string
Converts an object that implements FwupdCodec
to a JSON string.
since: 2.0.0
fwupd_codec_to_string
Converts an object that implements FwupdCodec
to a debug string.
since: 2.0.0
fwupd_codec_to_variant
Converts an object that implements FwupdCodec
to a GVariant
.
since: 2.0.0
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 FwupdReleaseClass {
GObjectClass parent_class;
void (* _fwupd_reserved1) (
void
);
void (* _fwupd_reserved2) (
void
);
void (* _fwupd_reserved3) (
void
);
void (* _fwupd_reserved4) (
void
);
void (* _fwupd_reserved5) (
void
);
void (* _fwupd_reserved6) (
void
);
void (* _fwupd_reserved7) (
void
);
}
No description available.
Class members
parent_class: GObjectClass
No description available.
_fwupd_reserved1: void (* _fwupd_reserved1) ( void )
No description available.
_fwupd_reserved2: void (* _fwupd_reserved2) ( void )
No description available.
_fwupd_reserved3: void (* _fwupd_reserved3) ( void )
No description available.
_fwupd_reserved4: void (* _fwupd_reserved4) ( void )
No description available.
_fwupd_reserved5: void (* _fwupd_reserved5) ( void )
No description available.
_fwupd_reserved6: void (* _fwupd_reserved6) ( void )
No description available.
_fwupd_reserved7: void (* _fwupd_reserved7) ( void )
No description available.