shadow->proxy terminlogy update
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10398 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
41220df85b
commit
76eaea911b
21 changed files with 26 additions and 27 deletions
|
|
@ -1,6 +1,6 @@
|
|||
This directory contains examples for CHICKEN.
|
||||
|
||||
class -- illustrates the shadow-class C++ interface
|
||||
class -- illustrates the proxy class C++ interface
|
||||
constants -- handling #define and %constant literals
|
||||
egg -- examples of building chicken extension libraries
|
||||
multimap -- typemaps with multiple sub-types
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;; This file illustrates the shadow C++ interface generated
|
||||
;; This file illustrates the proxy C++ interface generated
|
||||
;; by SWIG.
|
||||
|
||||
(load-library 'example "class_proxy.so")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue