mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-13 07:10:20 +02:00
* scheme-memory.texi (Memory Blocks): Use {} around types for
@deftypefn, for correct name in indexes. * scheme-utility.texi (C Hooks): Ditto.
This commit is contained in:
parent
fe2a94df99
commit
416715f48a
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ being registered multiple times with different closure data.
|
||||||
Finally, to invoke a C hook, call the @code{scm_c_hook_run} function
|
Finally, to invoke a C hook, call the @code{scm_c_hook_run} function
|
||||||
specifying the hook and the call closure data for this run:
|
specifying the hook and the call closure data for this run:
|
||||||
|
|
||||||
@deftypefn {C Function} void * scm_c_hook_run (scm_t_c_hook *hook, void *data)
|
@deftypefn {C Function} {void *} scm_c_hook_run (scm_t_c_hook *hook, void *data)
|
||||||
Run the C hook @var{hook} will call closure data @var{data}. Subject to
|
Run the C hook @var{hook} will call closure data @var{data}. Subject to
|
||||||
the variations for hook types @code{SCM_C_HOOK_OR} and
|
the variations for hook types @code{SCM_C_HOOK_OR} and
|
||||||
@code{SCM_C_HOOK_AND}, @code{scm_c_hook_run} calls @var{hook}'s
|
@code{SCM_C_HOOK_AND}, @code{scm_c_hook_run} calls @var{hook}'s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue