From c1123547e46f192dbc0e3453a34cc8ba3f90ad39 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 18 Dec 2008 06:49:51 +0000 Subject: [PATCH] document basetype change svn: r12883 --- collects/scribblings/foreign/unexported.scrbl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/foreign/unexported.scrbl b/collects/scribblings/foreign/unexported.scrbl index 10d2189c01..a4631b9343 100644 --- a/collects/scribblings/foreign/unexported.scrbl +++ b/collects/scribblings/foreign/unexported.scrbl @@ -39,8 +39,9 @@ These values can also be used as C pointer objects.} [(ctype-c->scheme [type ctype?]) procedure?])]{ Accessors for the components of a C type object, made by -@scheme[make-ctype]. The @scheme[ctype-basetype] selector returns -@scheme[#f] for primitive types (including cstruct types).} +@scheme[make-ctype]. The @scheme[ctype-basetype] selector returns a +symbol for primitive types that names the type, a list of ctypes for +cstructs, and another ctype for user-defined ctypes.} @defproc[(ffi-call [ptr any/c] [in-types (listof ctype?)] [out-type ctype?]