Sha256: a60d324a1f2401de78bf797ce9735a3e168b0817dfb1e33d253518e6cfe58326

Contents?: true

Size: 288 Bytes

Versions: 3

Compression:

Stored size: 288 Bytes

Contents

#include "config.h"

#ifndef _BRIDGE_H_
#define _BRIDGE_H_
int rpSafeStart();
void rpSafeStop(int);

VALUE rpCallWithModule(VALUE, VALUE, VALUE);
VALUE rpCall(PyObject*, VALUE);

PyObject* rpGetModule(VALUE);
PyObject* rpGetFunctionWithModule(PyObject*, VALUE);
#endif /* _BRIDGE_H_ */


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubypython-0.2.11 ext/rubypython_bridge/cbridge.h
rubypython-0.2.10 ext/rubypython_bridge/cbridge.h
rubypython-0.2.9 ext/rubypython_bridge/cbridge.h