X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref.sgml;h=e8c45fd222e31318faaf6f6f8f921d368fa21bda;hb=54de0ff398a996c976d053d5b56b46f0a44d3e23;hp=51d61b4f015601e7f27f14c27c076175ec4c9bc5;hpb=55fc3151326f2d3c25a5c5dfdc9f18ea110ee3f8;p=uffi.git diff --git a/doc/ref.sgml b/doc/ref.sgml index 51d61b4..e8c45fd 100644 --- a/doc/ref.sgml +++ b/doc/ref.sgml @@ -496,7 +496,7 @@ structure. It's type is :pointer-self. - def-slot-value + get-slot-value Retrieves a value from a slot of a structure. Macro @@ -830,7 +830,7 @@ the array. Examples (def-struct ab (a :int) (b :double)) -(allocate-foreign-object 'ab) +(allocate-foreign-object ab) => #<ptr> @@ -958,7 +958,7 @@ the array. Syntax - def-pointer ptr type => value + deref-pointer ptr type => value