summaryrefslogtreecommitdiff
path: root/doc/ref/guile.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-04-02 00:23:24 +0200
committerAndy Wingo <wingo@pobox.com>2010-04-02 00:23:24 +0200
commit726b8ba3fd5de26d5eb8c6567cc0b15bc1a7193e (patch)
treee363c75c8f968b33b4a2f70892bb6ec6f4734dc2 /doc/ref/guile.texi
parent7b702b5391fb54114307636934e4d28101655093 (diff)
downloadguile-726b8ba3fd5de26d5eb8c6567cc0b15bc1a7193e.tar.gz
add api-foreign.texi
* doc/ref/api-foreign.texi: New file. * doc/ref/api-modules.texi: Reorganize bits about dynamic linking into api-foreign. * doc/ref/guile.texi: * doc/ref/Makefile.am: Adapt to api-foreign.texi.
Diffstat (limited to 'doc/ref/guile.texi')
-rw-r--r--doc/ref/guile.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi
index bb765456c..91d391ed2 100644
--- a/doc/ref/guile.texi
+++ b/doc/ref/guile.texi
@@ -306,6 +306,7 @@ available through both Scheme and C interfaces.
* Memory Management:: Memory management and garbage collection.
* Objects:: Low level object orientation support.
* Modules:: Designing reusable code libraries.
+* Foreign Function Interface:: Interacting with C procedures and data.
* Scheduling:: Threads, mutexes, asyncs and dynamic roots.
* Options and Config:: Configuration, features and runtime options.
* Translation:: Support for translating other languages.
@@ -330,6 +331,7 @@ available through both Scheme and C interfaces.
@include api-evaluation.texi
@include api-memory.texi
@include api-modules.texi
+@include api-foreign.texi
@include api-scheduling.texi
@c object orientation support here
@include api-options.texi