Top | ![]() |
![]() |
![]() |
![]() |
#define | LIBXFCEGUI4_MAJOR_VERSION |
#define | LIBXFCEGUI4_MINOR_VERSION |
#define | LIBXFCEGUI4_MICRO_VERSION |
#define LIBXFCEGUI4_CHECK_VERSION(major,minor,micro)
Checks the version of the libxfcegui4 library. It returns TRUE if the libxfcegui4 library is the same or newer than the given version.
Example 1. Checking the version of the libxfcegui4 library
1 2 |
if (!LIBXFCEGUI4_CHECK_VERSION (4, 1, 6)) g_error ("libxfcegui4 version 4.1.6 or above is required."); |