Version check and feature tests
Version check and feature tests
Functions
LIBRSVG_CHECK_VERSION()
#define LIBRSVG_CHECK_VERSION(major,minor,micro)
LIBRSVG_CHECK_FEATURE()
#define LIBRSVG_CHECK_FEATURE(FEATURE) (defined(LIBRSVG_HAVE_##FEATURE) && LIBRSVG_HAVE_##FEATURE)
Types and Values
LIBRSVG_MAJOR_VERSION
#define LIBRSVG_MAJOR_VERSION (2)
LIBRSVG_MINOR_VERSION
#define LIBRSVG_MINOR_VERSION (40)
LIBRSVG_MICRO_VERSION
#define LIBRSVG_MICRO_VERSION (20)
LIBRSVG_VERSION
#define LIBRSVG_VERSION "2.40.20"
LIBRSVG_HAVE_SVGZ
#define LIBRSVG_HAVE_SVGZ (TRUE)
LIBRSVG_HAVE_CSS
#define LIBRSVG_HAVE_CSS (TRUE)