Index: generic/gentclAPI.decls =================================================================== diff -u -r6b3921be54ad92034e563a09300ab2e4f49645aa -rff41e1a0cb88c3aa7b96ca3b67b27043794991b0 --- generic/gentclAPI.decls (.../gentclAPI.decls) (revision 6b3921be54ad92034e563a09300ab2e4f49645aa) +++ generic/gentclAPI.decls (.../gentclAPI.decls) (revision ff41e1a0cb88c3aa7b96ca3b67b27043794991b0) @@ -276,16 +276,17 @@ infoObjectMethod callable XOTclObjInfoCallableMethod { {-argName "object" -type object} {-argName "-which"} - {-argName "-methodtype" -nrargs 1 -type "all|scripted|system|alias|forwarder|object|setter"} + {-argName "-methodtype" -nrargs 1 -type "all|scripted|builtin|alias|forwarder|object|setter"} {-argName "-callprotection" -nrargs 1 -type "all|protected|public" -default all} + {-argName "-application"} {-argName "-nomixins"} {-argName "-incontext"} {-argName "pattern" -required 0} } infoObjectMethod methods XOTclObjInfoMethodsMethod { {-argName "object" -type object} - {-argName "-methodtype" -nrargs 1 -type "all|scripted|system|alias|forwarder|object|setter"} + {-argName "-methodtype" -nrargs 1 -type "all|scripted|builtin|alias|forwarder|object|setter"} {-argName "-callprotection" -nrargs 1 -type "all|protected|public" -default public} {-argName "-nomixins"} {-argName "-incontext"} @@ -294,7 +295,7 @@ ### TODO move finally to infoclassmethod infoClassMethod methods XOTclClassInfoMethodsMethod { {-argName "object" -type class} - {-argName "-methodtype" -nrargs 1 -type "all|scripted|system|alias|forwarder|object|setter"} + {-argName "-methodtype" -nrargs 1 -type "all|scripted|builtin|alias|forwarder|object|setter"} {-argName "-callprotection" -nrargs 1 -type "all|protected|public" -default public} {-argName "-nomixins"} {-argName "-incontext"}