Sha256: f4d61b35a634381679206eb929f6e79b7838fabba3cbdd4b9cd74dca1cac4a4a

Contents?: true

Size: 665 Bytes

Versions: 10

Compression:

Stored size: 665 Bytes

Contents

/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
/************************************************

  rbgiversion.h -

  This file was generated by mkmf-gnome2.rb.

************************************************/

#ifndef __RBGI_VERSION_H__
#define __RBGI_VERSION_H__

#define GI_MAJOR_VERSION (1)
#define GI_MINOR_VERSION (42)
#define GI_MICRO_VERSION (0)

#define GI_CHECK_VERSION(major,minor,micro)    \
    (GI_MAJOR_VERSION > (major) || \
     (GI_MAJOR_VERSION == (major) && GI_MINOR_VERSION > (minor)) || \
     (GI_MAJOR_VERSION == (major) && GI_MINOR_VERSION == (minor) && \
      GI_MICRO_VERSION >= (micro)))


#endif /* __RBGI_VERSION_H__ */

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
gobject-introspection-3.0.8 ext/gobject-introspection/rbgiversion.h
gobject-introspection-3.0.7 ext/gobject-introspection/rbgiversion.h
gobject-introspection-3.0.6 ext/gobject-introspection/rbgiversion.h
gobject-introspection-3.0.5 ext/gobject-introspection/rbgiversion.h
gobject-introspection-3.0.4 ext/gobject-introspection/rbgiversion.h
gobject-introspection-3.0.3 ext/gobject-introspection/rbgiversion.h
gobject-introspection-3.0.2 ext/gobject-introspection/rbgiversion.h
gobject-introspection-3.0.1 ext/gobject-introspection/rbgiversion.h
gobject-introspection-2.2.5 ext/gobject-introspection/rbgiversion.h
gobject-introspection-2.2.4 ext/gobject-introspection/rbgiversion.h