mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix manual: scm_foreign_to_bytevector to scm_pointer_to_bytevector
* doc/ref/api-foreign.texi (Void Pointers and Byte Access): Fix outdated function name: scm_foreign_to_bytevector to scm_pointer_to_bytevector.
This commit is contained in:
parent
164a78b355
commit
7cc8ef6235
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ module contains procedures that can be used to convert byte sequences to
|
|||
Scheme objects such as strings, floating point numbers, or integers.
|
||||
|
||||
@deffn {Scheme Procedure} pointer->bytevector pointer len [offset [uvec_type]]
|
||||
@deffnx {C Function} scm_foreign_to_bytevector (pointer, len, offset, uvec_type)
|
||||
@deffnx {C Function} scm_pointer_to_bytevector (pointer, len, offset, uvec_type)
|
||||
Return a bytevector aliasing the @var{len} bytes pointed to by
|
||||
@var{pointer}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue