summaryrefslogtreecommitdiffstats
path: root/doc/Method.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-04 14:19:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-04 14:19:52 (GMT)
commitb5273bc1fa5f55149f34824435b65ea807794abc (patch)
tree5df08d95415ee2546150f3fcfe45ce1ddcb4e499 /doc/Method.3
parentcdba31b9d5e939cc2f78069f835b086c5aa85a70 (diff)
parentce501f14c53a6a094e48453148d08a3e82cfde9a (diff)
downloadtcl-b5273bc1fa5f55149f34824435b65ea807794abc.zip
tcl-b5273bc1fa5f55149f34824435b65ea807794abc.tar.gz
tcl-b5273bc1fa5f55149f34824435b65ea807794abc.tar.bz2
merge trunk
Diffstat (limited to 'doc/Method.3')
-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.