mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
doc: Fix typo in FFI documentation.
The incorrect procedure is mentioned; see the example that immediately follows. * doc/ref/api-foreign.texi (Foreign Functions): fix typo to pointer->procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8d45f63c85
commit
a0368a6120
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ return two values, with @code{errno} as the second value.
|
|||
|
||||
Finally, in @code{(system foreign-library)} there is a convenient
|
||||
wrapper function, joining together @code{foreign-library-pointer} and
|
||||
@code{procedure->pointer}:
|
||||
@code{pointer->procedure}:
|
||||
|
||||
@deffn {Scheme Procedure} foreign-library-function lib name @
|
||||
[#:return-type=void] [#:arg-types='()] [#:return-errno?=#f]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue