Top |
#define | NM_MAJOR_VERSION |
#define | NM_MINOR_VERSION |
#define | NM_MICRO_VERSION |
#define | NM_VERSION_0_9_8 |
#define | NM_VERSION_0_9_10 |
#define | NM_VERSION_1_0 |
#define | NM_VERSION_1_2 |
#define | NM_VERSION_1_4 |
#define | NM_VERSION_1_6 |
#define | NM_VERSION_1_8 |
#define | NM_VERSION_1_10 |
#define | NM_VERSION_1_12 |
#define | NM_VERSION_1_14 |
#define | NM_VERSION_1_16 |
#define | NM_VERSION_1_18 |
#define | NM_VERSION_1_20 |
#define | NM_VERSION_1_22 |
#define | NM_VERSION_1_24 |
#define | NM_VERSION_1_26 |
#define | NM_VERSION_1_28 |
#define | NM_VERSION_1_30 |
#define | NM_VERSION_1_32 |
#define | NM_VERSION_1_34 |
#define | NM_VERSION_1_36 |
#define | NM_VERSION_1_38 |
#define | NM_VERSION_1_40 |
#define | NM_VERSION_1_42 |
#define | NM_VERSION_1_42_2 |
#define | NM_API_VERSION |
#define | NM_VERSION_CUR_STABLE |
#define | NM_VERSION_NEXT_STABLE |
#define | NM_VERSION |
#define NM_CHECK_VERSION(major, minor, micro)
major |
major version (e.g. 1 for version 1.2.5) |
|
minor |
minor version (e.g. 2 for version 1.2.5) |
|
micro |
micro version (e.g. 5 for version 1.2.5) |
TRUE
if the version of the NetworkManager header files
is the same as or newer than the passed-in version.
#define NM_MAJOR_VERSION (1)
Evaluates to the major version number of NetworkManager which this source is compiled against.
#define NM_MINOR_VERSION (42)
Evaluates to the minor version number of NetworkManager which this source is compiled against.
#define NM_MICRO_VERSION (4)
Evaluates to the micro version number of NetworkManager which this source compiled against.