git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6752 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
473 B
Text
9 lines
473 B
Text
/* -----------------------------------------------------------------------------*
|
|
* Standard SWIG API Alias
|
|
* -----------------------------------------------------------------------------*/
|
|
|
|
|
|
#define SWIG_TypeQuery(name) SWIG_Python_TypeQuery(name)
|
|
#define SWIG_TypeRegister(ti) SWIG_Python_TypeRegister(ti)
|
|
#define SWIG_TypeClientData(ti, cd) SWIG_Python_TypeClientData(ti, cd)
|
|
#define SWIG_PropagateClientData(ti) SWIG_Python_PropagateClientData(ti)
|