Index: generic/gentclAPI.decls =================================================================== diff -u -r8c2e2c14e38d6ebb9ef1c44fabcf0229a42c1a02 -rcf6d3e49135f07d35079b7ee25a02d394031a746 --- generic/gentclAPI.decls (.../gentclAPI.decls) (revision 8c2e2c14e38d6ebb9ef1c44fabcf0229a42c1a02) +++ generic/gentclAPI.decls (.../gentclAPI.decls) (revision cf6d3e49135f07d35079b7ee25a02d394031a746) @@ -433,9 +433,9 @@ # @param filter Handle to identify and address a filter once registered # @param guard A list of guard expressions # @return A string which describes a fully qualified method handle -objectMethod filtersearch XOTclOFilterSearchMethod { - {-argName "filter" -required 1} -} +#objectMethod filtersearch XOTclOFilterSearchMethod { +# {-argName "filter" -required 1} +#} # @method ::nx::Object#instvar # @@ -780,7 +780,7 @@ } infoObjectMethod method XOTclObjInfoMethodMethod { {-argName "object" -type object} - {-argName "infomethodsubcmd" -type "args|definition|name|parameter|parametersyntax|type|precondition|postcondition"} + {-argName "infomethodsubcmd" -type "args|definition|filter|name|parameter|parametersyntax|type|precondition|postcondition"} {-argName "name"} } infoObjectMethod methods XOTclObjInfoMethodsMethod { @@ -847,7 +847,7 @@ } infoClassMethod method XOTclClassInfoMethodMethod { {-argName "class" -type class} - {-argName "infomethodsubcmd" -type "args|body|definition|name|parameter|parametersyntax|type|precondition|postcondition"} + {-argName "infomethodsubcmd" -type "args|body|definition|filter|name|parameter|parametersyntax|type|precondition|postcondition"} {-argName "name"} } infoClassMethod methods XOTclClassInfoMethodsMethod {