Method

FwupdReleaseset_version

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 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 string is a NUL terminated UTF-8 string.