Sha256: 37b7851d3110d35f37d1fe6204ef52c97376d476d96563637af429badd71375e

Contents?: true

Size: 421 Bytes

Versions: 9

Compression:

Stored size: 421 Bytes

Contents

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

#ifndef _BRIDGE_H_
#define _BRIDGE_H_

int safe_start();

void safe_stop(int here);


VALUE rp_call_func_with_module_name(VALUE module,VALUE name,VALUE args);

PyObject* rp_get_module(VALUE mname);

PyObject* rp_get_func_with_module(PyObject* pModule,VALUE name);

VALUE rp_call_func(PyObject* pFunc, VALUE args);


#endif /* _BRIDGE_H_ */


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rubypython-0.2.8 ext/rubypython_bridge/cbridge.h
rubypython-0.2.7 ext/rubypython_bridge/cbridge.h
rubypython-0.2.0 ext/rubypython_bridge/cbridge.h
rubypython-0.2.1 ext/rubypython_bridge/cbridge.h
rubypython-0.2.5 ext/rubypython_bridge/cbridge.h
rubypython-0.2.3 ext/rubypython_bridge/cbridge.h
rubypython-0.2.6 ext/rubypython_bridge/cbridge.h
rubypython-0.2.2 ext/rubypython_bridge/cbridge.h
rubypython-0.2.4 ext/rubypython_bridge/cbridge.h