Function Macro
FwupdCHECK_VERSION
Declaration [src]
#define FWUPD_CHECK_VERSION (
major,
minor,
micro
)
Description [src]
Check whether a fwupd version equal to or greater than major.minor.micro.
These compile time macros allow the user to enable parts of client code depending on the version of libfwupd installed.
This function is not directly available to language bindings.