Method
FwupdPluginDeviceset_version_bootloader
since: 1.4.0
[−]
Declaration [src]
void
fu_device_set_version_bootloader (
FuDevice* self,
const gchar* version
)
[−]
Description [src]
Sets the device bootloader version, sanitizing the string if required.
Available since: 1.4.0
[−]
Parameters
version
-
Type:
const gchar*
A string, e.g.
1.2.3
The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.