Function
FwupdPluginversion_from_uint16
since: 1.8.2
Declaration [src]
gchar*
fu_version_from_uint16 (
guint16 val,
FwupdVersionFormat kind
)
Description [src]
Returns a dotted decimal version string from a 16 bit number.
Available since: 1.8.2
Parameters
val
-
Type:
guint16
A uint16le version number.
kind
-
Type:
FwupdVersionFormat
Version kind used for formatting, e.g.
FWUPD_VERSION_FORMAT_TRIPLET
.