mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +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.
|
Scheme objects such as strings, floating point numbers, or integers.
|
||||||
|
|
||||||
@deffn {Scheme Procedure} pointer->bytevector pointer len [offset [uvec_type]]
|
@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
|
Return a bytevector aliasing the @var{len} bytes pointed to by
|
||||||
@var{pointer}.
|
@var{pointer}.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue