From 09f3acb92dcc180636a7c4e257491302e9a22ae8 Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 11 Jul 2024 07:34:14 +0000 Subject: [PATCH] Mark R_InputHandlers as @embvar. git-svn-id: https://svn.r-project.org/R/trunk@86890 00db46b3-68df-0310-9c12-caf00c1e9a41 --- doc/manual/R-exts.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/manual/R-exts.texi b/doc/manual/R-exts.texi index cc88fe68e2b..c84c34b8ca2 100644 --- a/doc/manual/R-exts.texi +++ b/doc/manual/R-exts.texi @@ -18097,12 +18097,14 @@ interval (@emph{via} @code{R_wait_usec}) and a function to be called periodically @emph{via} @code{R_PolledEvents}: the polling mechanism is used by the @pkg{tcltk} package. Input handlers are managed with @code{addInputHandler},@code{getInputHandler}, and -@code{removeInputHandler}. +@code{removeInputHandler}. The handlers are held in a linked list +@code{R_InputHandlers}. @embfun R_PolledEvents @embfun R_wait_usec @embfun addInputHandler @embfun getInputHandler @embfun removeInputHandler +@embvar R_InputHandlers It is not intended that these facilities are used by packages, but if they are needed exceptionally, the package should ensure that it cleans