Function
FwupdPlugincommon_version_guess_format
Declaration [src]
FwupdVersionFormat
fu_common_version_guess_format (
const gchar* version
)
Description [src]
Guesses the version format from the version number. This is only a heuristic and plugins and components should explicitly set the version format whenever possible.
If the version format cannot be guessed with any degree of accuracy, the
FWUPD_VERSION_FORMAT_UNKNOWN
constant is returned.
Available since: | 1.2.0 |