diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2015-10-19 14:07:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2015-10-19 14:07:48 (GMT) |
commit | c0ab3b7128b8f54ffac88435f9a40d9bf12ba9ef (patch) | |
tree | d6f47278ead20ab781172aa9066181187d018ba5 /doc/Class.3 | |
parent | ef1cf6b99b1e86fd6f11fe1219858d29a7899c0f (diff) | |
download | tcl-c0ab3b7128b8f54ffac88435f9a40d9bf12ba9ef.zip tcl-c0ab3b7128b8f54ffac88435f9a40d9bf12ba9ef.tar.gz tcl-c0ab3b7128b8f54ffac88435f9a40d9bf12ba9ef.tar.bz2 |
[154f0982f2] Document that Tcl_NewObjectInstance() really needs to make a namespace.
Diffstat (limited to 'doc/Class.3')
-rw-r--r-- | doc/Class.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Class.3 b/doc/Class.3 index 7e421fe..1c3fe08 100644 --- a/doc/Class.3 +++ b/doc/Class.3 @@ -71,7 +71,8 @@ The name of the object to create, or NULL if a new unused name is to be automatically selected. .AP "const char" *nsName in The name of the namespace to create for the object's private use, or NULL if a -new unused name is to be automatically selected. +new unused name is to be automatically selected. The namespace must not +already exist. .AP int objc in The number of elements in the \fIobjv\fR array. .AP "Tcl_Obj *const" *objv in |