Class
FwupdRelease
Description [src]
class Fwupd.Release : GObject.Object {
parent_instance: GObject
}
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_from_variant
Creates an array of new releases using serialized data.
since: 1.2.10
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
fwupd_release_set_uri
Sets the update URI, i.e. where you can download the firmware from.
deprecated: 1.5.6 since: 0.9.3
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
);
}
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.