diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-15 16:21:02 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-15 16:21:02 (GMT) |
commit | c5cbfc795cc50cd0ec76faa503f77344fb69a94a (patch) | |
tree | af7ddc3cbc02b69328a40b0679b15815fed2b3c8 /doc | |
parent | a2c39eef55596583301ced9356ec03e35a6783f0 (diff) | |
download | tcl-c5cbfc795cc50cd0ec76faa503f77344fb69a94a.zip tcl-c5cbfc795cc50cd0ec76faa503f77344fb69a94a.tar.gz tcl-c5cbfc795cc50cd0ec76faa503f77344fb69a94a.tar.bz2 |
Must pass non-NULL interp to Tcl_SetEnsemble* functions.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Ensemble.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Ensemble.3 b/doc/Ensemble.3 index 5525226..3ce9099 100644 --- a/doc/Ensemble.3 +++ b/doc/Ensemble.3 @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Ensemble.3,v 1.3 2006/10/18 18:46:59 dgp Exp $ +'\" RCS: @(#) $Id: Ensemble.3,v 1.4 2007/11/15 16:21:04 dkf Exp $ '\" '\" This documents the C API introduced in TIP#235 '\" @@ -56,7 +56,9 @@ int .AS Tcl_Namespace **namespacePtrPtr in/out .AP Tcl_Interp *interp in/out The interpreter in which the ensemble is to be created or found. Also -where error result messages are written. +where error result messages are written. The functions whose names +start with \fBTcl_GetEnsemble\fR may have a NULL for the \fIinterp\fR, +but all other functions must not. .AP "const char" *name in The name of the ensemble command to be created. .AP Tcl_Namespace *namespacePtr in |