Sha256: 8d4af8c6f1ca2a7e1016afe5e611412a3edc41df9c8b09ceeb999388ad169188
Contents?: true
Size: 434 Bytes
Versions: 12
Compression:
Stored size: 434 Bytes
Contents
#ifndef PYCALL_H #define PYCALL_H 1 #if defined(__cplusplus) extern "C" { #if 0 } /* satisfy cc-mode */ #endif #endif VALUE pycall_pyptr_new(PyObject *pyobj); PyObject *pycall_pyptr_get_pyobj_ptr(VALUE pyptr); VALUE pycall_pyobject_to_ruby(PyObject *pyobj); PyObject *pycall_pyobject_wrapper_get_pyobj_ptr(VALUE obj); #if defined(__cplusplus) #if 0 { /* satisfy cc-mode */ #endif } /* extern "C" { */ #endif #endif /* PYCALL_H */
Version data entries
12 entries across 12 versions & 1 rubygems