]> gitweb.factorcode.org Git - factor.git/blobdiff - core/alien/alien-docs.factor
update alien docs to talk about C types as words
[factor.git] / core / alien / alien-docs.factor
index 66e67ab32263ad8231588b72f644729c6db9f972..b310345464fbef1062215e2d0813cfd95ceac795 100644 (file)
@@ -175,6 +175,8 @@ $nl
 ARTICLE: "alien-callback" "Calling Factor from C"
 "Callbacks can be defined and passed to C code as function pointers; the C code can then invoke the callback and run Factor code:"
 { $subsection alien-callback }
+{ $subsection POSTPONE: CALLBACK: }
+{ $subsection POSTPONE: STDCALL-CALLBACK: }
 "There are some caveats concerning the conversion of Factor objects to C values, and vice versa. See " { $link "c-data" } "."
 { $subsection "alien-callback-gc" }
 { $see-also "byte-arrays-gc" } ;