(SWIG_init): New func decl.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@367 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6ca566dee0
commit
ce7f12c699
1 changed files with 11 additions and 6 deletions
|
|
@ -1,6 +1,7 @@
|
|||
/* -*- c -*-
|
||||
* -----------------------------------------------------------------------
|
||||
* swig_lib/guile/guiledec.swg
|
||||
* Copyright (C) 2000 Matthias Koeppe
|
||||
*
|
||||
* Guile configuration file -- declarations
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
|
@ -46,18 +47,22 @@ GSWIG_scm2str (SCM s)
|
|||
|
||||
typedef struct SwigPtrType SwigPtrType;
|
||||
|
||||
/* Registers a new type-mapping with the type-checker. origtype is the
|
||||
original datatype and newtype is an equivalent type. cast is optional
|
||||
pointer to a function to cast pointer values between types (this is
|
||||
typically used to cast pointers from derived classes to base classes in C++) */
|
||||
/* Register a new type-mapping with the type-checker. origtype is the
|
||||
original datatype and newtype is an equivalent type. cast is optional
|
||||
pointer to a function to cast pointer values between types (this is
|
||||
typically used to cast pointers from derived classes to base classes in
|
||||
C++). */
|
||||
|
||||
SWIGSTATIC
|
||||
void SWIG_RegisterMapping(char *origtype, char *newtype,
|
||||
void *(*cast)(void *));
|
||||
void SWIG_RegisterMapping (char *origtype, char *newtype,
|
||||
void *(*cast)(void *));
|
||||
|
||||
SWIGSTATIC
|
||||
void SWIG_Guile_Init();
|
||||
|
||||
SWIGSTATIC
|
||||
void SWIG_init();
|
||||
|
||||
/* OBSOLESCENT functions (from swigptr.swg, still used unless -with-smobs) */
|
||||
|
||||
/* Makes a pointer string from a pointer and typestring. The result is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue