X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref_aggregate.xml;h=09bbd741b1d451a93a42ebe769576a66a481d74e;hb=ee05cb79a6d8f5f532abbae802ccce2790d5e564;hp=5aa86441135946ce540b3f5896fe97622c63b6ee;hpb=e23ce13827d1948c2e46f2b36a4a22127615844a;p=uffi.git diff --git a/doc/ref_aggregate.xml b/doc/ref_aggregate.xml index 5aa8644..09bbd74 100644 --- a/doc/ref_aggregate.xml +++ b/doc/ref_aggregate.xml @@ -1,7 +1,7 @@ + %myents; ]> @@ -209,13 +209,15 @@ structure. It's type is :pointer-self. Description - Accesses a slot value from a structure. + Accesses a slot value from a structure. This is generalized + and can be used with setf. Examples (get-slot-value foo-ptr 'foo-structure 'field-name) +(setf (get-slot-value foo-ptr 'foo-structure 'field-name) 10)