summaryrefslogtreecommitdiffstats
path: root/doc/Notifier.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-05 11:20:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-05 11:20:21 (GMT)
commit665e03a336861b9001cec4f01cb7ed37177578cc (patch)
tree63b2e1f636b5ebc9c0a44e4e90e20dc2dbe1c703 /doc/Notifier.3
parent6f5d6107545bbd42e380fe0e297d9e13fa8816d3 (diff)
parent75e8b346e2193f1c524cbbb741583e6ab4dfc417 (diff)
downloadtcl-665e03a336861b9001cec4f01cb7ed37177578cc.zip
tcl-665e03a336861b9001cec4f01cb7ed37177578cc.tar.gz
tcl-665e03a336861b9001cec4f01cb7ed37177578cc.tar.bz2
Merge 8.7
Diffstat (limited to 'doc/Notifier.3')
-rw-r--r--doc/Notifier.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Notifier.3 b/doc/Notifier.3
index 1899032..2d58906 100644
--- a/doc/Notifier.3
+++ b/doc/Notifier.3
@@ -103,7 +103,7 @@ passed to \fBTcl_DoOneEvent\fR.
.AP int mode in
Indicates whether events should be serviced by \fBTcl_ServiceAll\fR.
Must be one of \fBTCL_SERVICE_NONE\fR or \fBTCL_SERVICE_ALL\fR.
-.AP Tcl_NotifierProcs* notifierProcPtr in
+.AP const Tcl_NotifierProcs* notifierProcPtr in
Structure of function pointers describing notifier procedures that are
to replace the ones installed in the executable. See
\fBREPLACING THE NOTIFIER\fR for details.