summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2015-08-18 13:27:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2015-08-18 13:27:46 (GMT)
commitda2329ba8bd05643596e9747d40e5ece018a79f7 (patch)
treef0b848d56146802a5707f803182347c474e58c65 /doc
parent6916d195ced9e7409df21928bd3a85f7a6ccb85f (diff)
downloadtcl-da2329ba8bd05643596e9747d40e5ece018a79f7.zip
tcl-da2329ba8bd05643596e9747d40e5ece018a79f7.tar.gz
tcl-da2329ba8bd05643596e9747d40e5ece018a79f7.tar.bz2
[465213d171] Documentation correction for Tcl_NewMethod.
Diffstat (limited to 'doc')
-rw-r--r--doc/Method.34
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Method.3 b/doc/Method.3
index 550b64a..225da00 100644
--- a/doc/Method.3
+++ b/doc/Method.3
@@ -67,7 +67,9 @@ The class to create the method in.
The name of the method to create. Should not be NULL unless creating
constructors or destructors.
.AP int isPublic in
-A boolean flag saying whether the method is to be exported.
+A flag saying what the visibility of the method is. The only supported public
+values of this flag are 0 for a non-exported method, and 1 for an exported
+method.
.AP Tcl_MethodType *methodTypePtr in
A description of the type of the method to create, or the type of method to
compare against.