Determines whether an interface is suitable for displaying initargs.
capi
interface-match-p interface &rest initargs &key &allow-other-keys => matchp
| interface⇩ |
An instance of a subclass of interface. |
| initargs⇩ |
Initargs for interface. |
| matchp |
A boolean. |
The generic function interface-match-p returns a true value if interface is suitable for displaying the initargs initargs.
interface-match-p is used by locate-interface. When there is an existing interface for which interface-match-p returns true, then locate-interface returns it.
The default method for interface-match-p always returns nil. You can add methods for your own interface classes.
CAPI User Guide and Reference Manual (Windows version) - 18 Feb 2025 15:35:34