Sha256: a71311c77f5f3d30f68b76329a4a94a818c12625d05a20969919e661f06b0745

Contents?: true

Size: 826 Bytes

Versions: 25

Compression:

Stored size: 826 Bytes

Contents

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

  Copyright (C) 2007  Ruby-GNOME2 Project Team
**********************************************************************/

#ifndef __RBGCOMPAT_H__
#define __RBGCOMPAT_H__

G_BEGIN_DECLS

typedef struct {
    GType type;
    VALUE (*get_superclass)(void);
    void (*type_init_hook)(VALUE);
    void (*rvalue2gvalue)(VALUE val, GValue *result);
    VALUE (*gvalue2rvalue)(const GValue *);
    void (*initialize)(VALUE, gpointer);
    gpointer (*robj2instance)(VALUE);
    VALUE (*instance2robj)(gpointer);
} RGFundamental;

#define G_DEF_FUNDAMENTAL(f) (rbgobj_fund_define_fundamental(f))

extern void rbgobj_fund_define_fundamental(RGFundamental *fundamental);

G_END_DECLS

#endif

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
glib2-1.0.3-x86-mingw32 ext/glib2/rbgcompat.h
glib2-1.0.3 ext/glib2/rbgcompat.h
glib2-1.0.2-x86-mingw32 ext/glib2/rbgcompat.h
glib2-1.0.2 ext/glib2/rbgcompat.h
glib2-1.0.1 ext/glib2/rbgcompat.h
glib2-1.0.1-x86-mingw32 ext/glib2/rbgcompat.h
glib2-1.0.0-x86-mingw32 ext/glib2/rbgcompat.h
glib2-1.0.0 ext/glib2/rbgcompat.h
glib2-0.90.9 ext/glib2/rbgcompat.h
glib2-0.90.9-x86-mingw32 ext/glib2/rbgcompat.h
glib2-0.90.8-x86-mingw32 ext/glib2/rbgcompat.h
glib2-0.90.8 ext/glib2/rbgcompat.h
glib2-0.90.7-x86-mingw32 ext/glib2/rbgcompat.h
glib2-0.90.7 ext/glib2/rbgcompat.h
glib2-0.90.6 ext/glib2/rbgcompat.h
glib2-0.90.6-x86-mingw32 ext/glib2/rbgcompat.h
glib2-0.90.5 ext/glib2/rbgcompat.h
glib2-0.90.5-x86-mingw32 ext/glib2/rbgcompat.h
glib2-0.90.4 ext/glib2/rbgcompat.h
glib2-0.90.4-x86-mingw32 ext/glib2/rbgcompat.h