git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@690 626c5289-ae23-0410-ae9c-e8d60b6d4f22
15 lines
385 B
Text
15 lines
385 B
Text
/* rubydec.swg */
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
SWIGEXPORT(void) SWIG_define_class(VALUE, _swig_type_info *)
|
|
SWIGEXPORT(VALUE) SWIG_NewPointerObj(void *, _swig_type_info *);
|
|
SWIGEXPORT(char *) SWIG_MangleStr(VALUE);
|
|
SWIGEXPORT(void *) SWIG_ConvertPtr(VALUE, _swig_type_info *);
|
|
SWIGEXPORT(int) SWIG_CheckConvert(VALUE, _swig_type_info *);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|