Method

FwupdPluginDeviceset_version_lowest

since: 1.4.0

Declaration [src]

void
fu_device_set_version_lowest (
  FuDevice* self,
  const gchar* version
)

Description [src]

Sets the device lowest 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 method.
The value is a NUL terminated UTF-8 string.