Method

FwupdReleaseset_version

since: 0.9.3

Declaration [src]

void
fwupd_release_set_version (
  FwupdRelease* self,
  const gchar* version
)

Description [src]

Sets the update version.

Available since: 0.9.3

Parameters

version

Type: const gchar*

The update version, e.g. 1.2.4

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