client-hostname-match??

Name

client-hostname-match?? -- Return a predicate that tests a window's client hostname.

Synopsis

(client-hostname-match?? STRING TYPE CASE-SENSITIVE?)

Description

Return a predicate that tests a window's client hostname. When applied to a window, this predicate will return true if the client hostname matches STRING in the manner specified by the optional argument TYPE, which may be 'exact, 'regexp, or 'wildcard. The optional CASE-SENSITIVE argument determines whether the matching is case-sensitive or not.

Implementation Notes

Module: (app scwm wininfo)

Defined in scheme/wininfo.scm at line 339 (CVS log)