API Version: 1.0
Library Version: 1.9.25
gchar* fu_version_from_uint32_hex ( guint32 val, FwupdVersionFormat kind )
Returns a dotted decimal hex string from a 32 bit number.
val
guint32
A uint32le version number.
kind
FwupdVersionFormat
Version kind used for formatting, e.g. FWUPD_VERSION_FORMAT_TRIPLET.
FWUPD_VERSION_FORMAT_TRIPLET
gchar*
A version number, e.g. 1a.0.d3, or NULL if not supported.
1a.0.d3
NULL