![]() | ![]() | ![]() | Libtlen2 Reference Manual | ![]() |
---|
extern const guint tlen_major_version; extern const guint tlen_minor_version; extern const guint tlen_micro_version; extern const guint tlen_interface_age; extern const guint tlen_binary_age; #define TLEN_CHECK_VERSION (major,minor,micro) void tlen_init (void);
#define TLEN_CHECK_VERSION(major,minor,micro)
Checks if the version given is compatible with this version of the library. For example, TLEN_CHECK_VERSION(1.2.3) would return TRUE if the version is 1.2.5, and FALSE if 1.1.0. This can be used in build tests.
major : | Major version number |
minor : | Minor version number |
micro : | Micro version number |
<<< Libtlen2 Library Reference | Debug >>> |