Function Macro

LunarDateDATE_CHECK_VERSION

since: 2.4.0

Declaration [src]

#define LUNAR_DATE_CHECK_VERSION (
  major,
  minor,
  micro
)

Description [src]

Checks the version of the LunarDate library.

Checking the version of the LunarDate library:

  if (!LUNAR_DATE_CHECK_VERSION (2, 4, 0))
      g_error ("LunarDate version 2.4.0 or above is needed");

Available since: 2.4.0

This function is not directly available to language bindings.

Parameters

major

Type: -

Required major version.

minor

Type: -

Required minor version.

micro

Type: -

Required micro version.