Skip to content

Commit

Permalink
Mark R_InputHandlers as @embvar.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@86890 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
luke committed Jul 11, 2024
1 parent e0b704c commit 09f3acb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/manual/R-exts.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09f3acb

Please sign in to comment.