[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 05/06: Add link to foreign functions from gsubr doc
From: |
Andy Wingo |
Subject: |
[Guile-commits] 05/06: Add link to foreign functions from gsubr doc |
Date: |
Thu, 20 Jun 2024 08:57:05 -0400 (EDT) |
wingo pushed a commit to branch main
in repository guile.
commit 7401ca75b390e68c564fba5667fd19b44ef48b5f
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Thu Jun 20 14:39:41 2024 +0200
Add link to foreign functions from gsubr doc
* doc/ref/api-procedures.texi (Primitive Procedures): Add link.
---
doc/ref/api-procedures.texi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi
index 65ae2dbb1..2401d4fff 100644
--- a/doc/ref/api-procedures.texi
+++ b/doc/ref/api-procedures.texi
@@ -123,6 +123,9 @@ same way as @code{scm_c_make_gsubr}, which is usually not
further
required.
@end deftypefun
+@xref{Foreign Functions}, for another interface to call procedures
+written in C from Scheme.
+
@node Compiled Procedures
@subsection Compiled Procedures
- [Guile-commits] branch main updated (4fe6d19a5 -> eb3db96ce), Andy Wingo, 2024/06/20
- [Guile-commits] 03/06: Add documentation on embedded procedure properties, Andy Wingo, 2024/06/20
- [Guile-commits] 05/06: Add link to foreign functions from gsubr doc,
Andy Wingo <=
- [Guile-commits] 01/06: build: Use PKG_INSTALL_DIR, Andy Wingo, 2024/06/20
- [Guile-commits] 06/06: Add thanks for v3.0.10, Andy Wingo, 2024/06/20
- [Guile-commits] 04/06: Update NEWS, Andy Wingo, 2024/06/20
- [Guile-commits] 02/06: Remove dead code in resolve-interface, Andy Wingo, 2024/06/20