~siretart/gnucash/ubuntu.aqbanking3

« back to all changes in this revision

Viewing changes to doc/guile-hackers.txt

  • Committer: cstim
  • Date: 2006-10-30 13:17:55 UTC
  • Revision ID: svn-v3-trunk1:57a11ea4-9604-0410-9ed3-97b8803252fd:gnucash%2Ftrunk:15063
Replace g-wrap with swig in doc files

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
g-wrap
54
54
------
55
55
 
56
 
g-wrap is the tool used to automate the wrapping of C functions to
57
 
make them callable from the guile code.  g-wrap is now maintained by
58
 
Rob Browning and is available from ftp://ftp.gnucash.org/pub/g-wrap,
59
 
or as a Debian package from http://www.cs.mu.oz.au/~rgmerk/software.
60
 
Documentation in info format is distributed as part of the package.
61
 
Available C functions are wrapped in gnucash/src/g-wrap/gnc.gwp.
62
 
Pointers are wrapped using some stuff in
63
 
gnucash/lib/g-wrap/guile/pointer.scm which is not documented but looks
64
 
reasonably straightforward.
 
56
Note: gwrap has been replaced by swig and dropped completely in
 
57
SVN-trunk on 2006-10-20 and for gnucash-2.2.0.
 
58
 
 
59
(Old info: g-wrap is the tool used to automate the wrapping of C
 
60
functions to make them callable from the guile code.  g-wrap is
 
61
now maintained by Rob Browning and is available from
 
62
ftp://ftp.gnucash.org/pub/g-wrap )
65
63
 
66
64
 
67
65
Garbage collection: