FWUPD_CHECK_VERSION()
#define FWUPD_CHECK_VERSION(major, minor, micro)
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.
fwupd_version_string ()
const gchar *
fwupd_version_string (void
);
Gets the libfwupd installed runtime version.
This may be different to the *build-time* version if the daemon and library
objects somehow get out of sync.
Since: 1.6.1