Sha256: 9d1ecaa6dc473bfcf08391672b9bb44985e509bbc294179d6423cdc2a1cdaa21

Contents?: true

Size: 384 Bytes

Versions: 1

Compression:

Stored size: 384 Bytes

Contents

#include "config.h"
#include "ptor.h"
#include "rtop.h"
#include "cbridge.h"
#include "rp_error.h"

#ifndef _RP_OBJECT_H_
#define _RP_OBJECT_H_

typedef struct RubyPyObj 
{
	PyObject* pObject;
} PObj;

PyObject* rpObjectGetPyObject(VALUE);

VALUE rpObjectFromPyObject(PyObject*);

int rpHasSymbol(VALUE, ID);

VALUE rpRespondsTo(VALUE, VALUE);
inline void Init_RubyPyObject();
#endif

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubypython-0.2.11 ext/rubypython_bridge/rp_object.h