{Changes contributed by Matthias Koeppe}
(GUILE): Declare new data member `with_smobs' for this class. Member method `get_pointer' now takes two additional args, namely `String &proc_name' and `int num_scheme_parm'. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@357 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3286cc871a
commit
8cdbaf29d2
1 changed files with 4 additions and 1 deletions
|
|
@ -30,7 +30,10 @@ private:
|
|||
char *module;
|
||||
char *package;
|
||||
int linkage;
|
||||
void get_pointer(char *iname, int parm, DataType *t, WrapperFunction &f);
|
||||
bool with_smobs;
|
||||
void get_pointer(char *iname, int parm, DataType *t,
|
||||
WrapperFunction &f, const String &proc_name,
|
||||
int num_scheme_parm);
|
||||
void usage_var(char *, DataType *, String &usage);
|
||||
void usage_func(char *, DataType *, ParmList *, String &usage);
|
||||
void usage_returns(char *, DataType *, ParmList *, String &usage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue