diff options
author | dkf <dkf@noemail.net> | 2007-11-15 16:21:01 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2007-11-15 16:21:01 (GMT) |
commit | 4ead488918966bdd818d71fff85395e469887e06 (patch) | |
tree | af7ddc3cbc02b69328a40b0679b15815fed2b3c8 /doc | |
parent | 1f6cb6b257d42cde933dcecf5ab26fc7ca0464c4 (diff) | |
download | tcl-4ead488918966bdd818d71fff85395e469887e06.zip tcl-4ead488918966bdd818d71fff85395e469887e06.tar.gz tcl-4ead488918966bdd818d71fff85395e469887e06.tar.bz2 |
Must pass non-NULL interp to Tcl_SetEnsemble* functions.
FossilOrigin-Name: f22df4b21f3356a13e47a4ccf470b5714f74fb97
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 |