summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2005-08-06 01:53:25 +0000
committerKevin Ryde <user42@zip.com.au>2005-08-06 01:53:25 +0000
commit3081aee16aa841c0189235898967ecb72b0843cb (patch)
tree47d4812b70b96e34293e18ded1ddbd0b11b7705a
parentbc721aa21d970eb1532dd19fc4778c8969bd4016 (diff)
downloadguile-3081aee16aa841c0189235898967ecb72b0843cb.tar.gz
Index entries for ptob etc.
-rw-r--r--doc/ref/api-io.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi
index dead52fe1..f0ea5c3d4 100644
--- a/doc/ref/api-io.texi
+++ b/doc/ref/api-io.texi
@@ -1007,6 +1007,12 @@ This section describes how to use Scheme ports from C.
@subsubheading Port basics
+@cindex ptob
+@tindex scm_ptob_descriptor
+@tindex scm_port
+@findex SCM_PTAB_ENTRY
+@findex SCM_PTOBNUM
+@vindex scm_ptobs
There are two main data structures. A port type object (ptob) is of
type @code{scm_ptob_descriptor}. A port instance is of type
@code{scm_port}. Given an @code{SCM} variable which points to a port,