Index: generic/nsfAPI.decls =================================================================== diff -u -r8046b1da6bc0689f73d4dbdc3f8d1e03fd23acaf -rac96e6ce975fe5864b64dee9d66bc701a31e113b --- generic/nsfAPI.decls (.../nsfAPI.decls) (revision 8046b1da6bc0689f73d4dbdc3f8d1e03fd23acaf) +++ generic/nsfAPI.decls (.../nsfAPI.decls) (revision ac96e6ce975fe5864b64dee9d66bc701a31e113b) @@ -345,7 +345,7 @@ {-argName "name" -required 1 -type tclobj} } objectInfoMethod lookupmethods NsfObjInfoLookupMethodsMethod { - {-argName "-callprotection" -type "all|protected|public" -default all} + {-argName "-callprotection" -type "all|public|protected|private" -default all} {-argName "-incontext" -nrargs 0} {-argName "-methodtype" -type "all|scripted|builtin|alias|forwarder|object|setter"} {-argName "-nomixins" -nrargs 0} @@ -363,7 +363,7 @@ {-argName "name" -required 1 -type tclobj} } objectInfoMethod methods NsfObjInfoMethodsMethod { - {-argName "-callprotection" -type "all|protected|public" -default public} + {-argName "-callprotection" -type "all|public|protected|private" -default all} {-argName "-methodtype" -type "all|scripted|builtin|alias|forwarder|object|setter|nsfproc"} {-argName "-path" -nrargs 0} {-argName "pattern" -required 0} @@ -418,7 +418,7 @@ {-argName "name" -required 1 -type tclobj} } classInfoMethod methods NsfClassInfoMethodsMethod { - {-argName "-callprotection" -type "all|protected|public" -default public} + {-argName "-callprotection" -type "all|public|protected|private" -default all} {-argName "-methodtype" -type "all|scripted|builtin|alias|forwarder|object|setter|nsfproc"} {-argName "-path" -nrargs 0} {-argName "pattern"}