new-doc: ffi: add description of the topic

This commit is contained in:
Daniel Kochmański 2016-03-03 13:37:41 +01:00
parent 4e211ef667
commit 7f2d496044
2 changed files with 10 additions and 1 deletions

View file

@ -6,7 +6,7 @@
@menu
* What is a FFI? :: FFI introduciton
* Two kinds of FFI :: ECL's FFI brief description
* Foreign objects ::
* Foreign objects :: Handling the foreign objects
* Higher level interfaces :: Usage examples
* SFFI Reference :: Static FFI reference
@c * LFFI Reference :: Library FFI reference /dlopen/

View file

@ -0,0 +1,9 @@
@node DFFI Reference
@subsection DFFI Reference
@cindex Dynamic foreign function interface
@lspindex ffi:*use-dffi*
@defvr {FFI} {*use-dffi*}
This variable controls whether @code{DFFI} is used or not.
@end defvr