Version checks
Version checks — Version information in the API.
|
|
Description
This section defines types that are used to identify the libmbim-glib version.
Functions
MBIM_CHECK_VERSION()
#define MBIM_CHECK_VERSION(major,minor,micro)
Returns
TRUE
if the version of the libmbim-glib header files
is the same as or newer than the passed-in version.
Types and Values
MBIM_MAJOR_VERSION
#define MBIM_MAJOR_VERSION (1)
Evaluates to the major version number of libmbim-glib which this source
is compiled against.
MBIM_MINOR_VERSION
#define MBIM_MINOR_VERSION (20)
Evaluates to the minor version number of libmbim-glib which this source
is compiled against.
MBIM_MICRO_VERSION
#define MBIM_MICRO_VERSION (2)
Evaluates to the micro version number of libmbim-glib which this source
compiled against.