Sha256: 59b46fc0571f11c368a632e457af6d6b39148b2f2a65fa2073e01bae076a710f

Contents?: true

Size: 956 Bytes

Versions: 16

Compression:

Stored size: 956 Bytes

Contents

#if !defined (__RSVG_RSVG_H_INSIDE__) && !defined (RSVG_COMPILATION)
#warning "Including <librsvg/librsvg-features.h> directly is deprecated."
#endif

#ifndef LIBRSVG_FEATURES_H
#define LIBRSVG_FEATURES_H

#define LIBRSVG_MAJOR_VERSION (2)
#define LIBRSVG_MINOR_VERSION (40)
#define LIBRSVG_MICRO_VERSION (9)
#define LIBRSVG_VERSION "2.40.9"

#define LIBRSVG_CHECK_VERSION(major,minor,micro) \
  (LIBRSVG_MAJOR_VERSION > (major) || \
   (LIBRSVG_MAJOR_VERSION == (major) && LIBRSVG_MINOR_VERSION > (minor)) || \
   (LIBRSVG_MAJOR_VERSION == (major) && LIBRSVG_MINOR_VERSION == (minor) && LIBRSVG_MICRO_VERSION >= (micro)))

#ifndef __GI_SCANNER__
#define LIBRSVG_HAVE_SVGZ  (TRUE)
#define LIBRSVG_HAVE_CSS   (TRUE)

#define LIBRSVG_CHECK_FEATURE(FEATURE) (defined(LIBRSVG_HAVE_##FEATURE) && LIBRSVG_HAVE_##FEATURE)
#endif

extern const guint librsvg_major_version, librsvg_minor_version, librsvg_micro_version;
extern const char librsvg_version[];

#endif

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rsvg2-3.0.7-x64-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h
rsvg2-3.0.7-x86-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h
rsvg2-3.0.6-x64-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h
rsvg2-3.0.6-x86-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h
rsvg2-3.0.5-x64-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h
rsvg2-3.0.5-x86-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h
rsvg2-3.0.4-x64-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h
rsvg2-3.0.4-x86-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h
rsvg2-3.0.3-x64-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h
rsvg2-3.0.3-x86-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h
rsvg2-3.0.2-x64-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h
rsvg2-3.0.2-x86-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h
rsvg2-3.0.1-x64-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h
rsvg2-3.0.1-x86-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h
rsvg2-3.0.0-x64-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h
rsvg2-3.0.0-x86-mingw32 vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h