Function Macro
LunarCalendarCALENDAR_CHECK_VERSION
since: 2.4.0
Declaration [src]
#define LUNAR_CALENDAR_CHECK_VERSION (
major,
minor,
micro
)
Description [src]
Checks the version of the LunarCalendar library.
Checking the version of the LunarCalendar library:
if (!LUNAR_CALENDAR_CHECK_VERSION (2, 4, 0))
g_error ("LunarCalendar version 2.4.0 or above is needed");
Available since: 2.4.0
This function is not directly available to language bindings.