summaryrefslogtreecommitdiffstats
path: root/doc/info.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2018-05-06 14:20:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2018-05-06 14:20:29 (GMT)
commit66525c95eedb95b9387daeb7f30df0cbb0476ab5 (patch)
tree381daa1cd2341cdf8ebd0008b083a1628f91b8e9 /doc/info.n
parent13bdb0305c528847cf3e006d30905860ca9ea1b1 (diff)
downloadtcl-66525c95eedb95b9387daeb7f30df0cbb0476ab5.zip
tcl-66525c95eedb95b9387daeb7f30df0cbb0476ab5.tar.gz
tcl-66525c95eedb95b9387daeb7f30df0cbb0476ab5.tar.bz2
Documentation.
Diffstat (limited to 'doc/info.n')
-rw-r--r--doc/info.n12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/info.n b/doc/info.n
index c3a62c9..9fb89fa 100644
--- a/doc/info.n
+++ b/doc/info.n
@@ -561,6 +561,18 @@ If \fIclassName\fR is unspecified, this subcommand returns class of the
boolean value indicating whether the \fIobject\fR is of that class.
.VE 8.6
.TP
+\fBinfo object creationid\fI object\fR
+.VS TIP500
+Returns the unique creation identifier for the \fIobject\fR object. This
+creation identifier is unique to the object (within a Tcl interpreter) and
+cannot be controlled at object creation time or altered afterwards.
+.RS
+.PP
+\fIImplementation note:\fR the creation identifier is used to generate unique
+identifiers associated with the object, especially for private variables.
+.RE
+.VE TIP500
+.TP
\fBinfo object definition\fI object method\fR
.VS 8.6
This subcommand returns a description of the definition of the method named