Method

FwupdDeviceset_version_lowest

Declaration [src]

void
fwupd_device_set_version_lowest (
  FwupdDevice* self,
  const gchar* version_lowest
)

Description [src]

Sets the lowest version of firmware the device will accept.

Available since:0.9.3

Parameters

version_lowest const gchar*
 

The version.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.