Version checks
Version checks — Version information in the API.
|
|
Description
This section defines types that are used to identify the libqmi-glib version.
Functions
QMI_CHECK_VERSION()
#define QMI_CHECK_VERSION(major,minor,micro)
Returns
TRUE
if the version of the libqmi-glib header files
is the same as or newer than the passed-in version.
Types and Values
QMI_MAJOR_VERSION
#define QMI_MAJOR_VERSION (1)
Evaluates to the major version number of libqmi-glib which this source
is compiled against.
QMI_MINOR_VERSION
#define QMI_MINOR_VERSION (14)
Evaluates to the minor version number of libqmi-glib which this source
is compiled against.
QMI_MICRO_VERSION
#define QMI_MICRO_VERSION (0)
Evaluates to the micro version number of libqmi-glib which this source
compiled against.