Sha256: 43dac227fa8df054dab2ea62d4d22ad496061a8b6e43999efba3eac8ba2a5252

Contents?: true

Size: 1.05 KB

Versions: 26

Compression:

Stored size: 1.05 KB

Contents

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

  rbgdk-pixbuf.h -

  $Author: ggc $
  $Date: 2005/09/23 22:02:07 $

  Copyright (C) 2002-2004 Masao Mutoh
************************************************/


#define GDK_PIXBUF_ENABLE_BACKEND
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk-pixbuf/gdk-pixdata.h>
#include "rbgobject.h"

extern void Init_gdk_pixbuf_animation(VALUE mGLib);
extern void Init_gdk_pixdata(VALUE mGLib);
extern void Init_gdk_pixbuf_loader(VALUE mGLib);
extern void Init_gdk_pixbuf_format(VALUE mGLib);
extern GType gdk_pixbuf_format_get_type(void);

#define RBGDK_PIXBUF_CHECK_VERSION(major,minor,micro)    \
    (GDK_PIXBUF_MAJOR > (major) || \
     (GDK_PIXBUF_MAJOR == (major) && GDK_PIXBUF_MINOR > (minor)) || \
     (GDK_PIXBUF_MAJOR == (major) && GDK_PIXBUF_MINOR == (minor) && \
      GDK_PIXBUF_MICRO >= (micro)))

#if RBGDK_PIXBUF_CHECK_VERSION(2,8,0)
extern void Init_gdk_pixbuf_simpleanim(VALUE mGLib);
#endif

#define GDK_TYPE_PIXBUF_FORMAT (gdk_pixbuf_format_get_type())

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
gdk_pixbuf2-1.0.3-x86-mingw32 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-1.0.3 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-1.0.2-x86-mingw32 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-1.0.2 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-1.0.1 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-1.0.1-x86-mingw32 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-1.0.0-x86-mingw32 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-1.0.0 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-0.90.9 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-0.90.9-x86-mingw32 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-0.90.8-x86-mingw32 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-0.90.8 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-0.90.7-x86-mingw32 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-0.90.7 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-0.90.6 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-0.90.6-x86-mingw32 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-0.90.5 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-0.90.5-x86-mingw32 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-0.90.4 ext/gdk_pixbuf2/rbgdk-pixbuf.h
gdk_pixbuf2-0.90.4-x86-mingw32 ext/gdk_pixbuf2/rbgdk-pixbuf.h