Kind | Covered | All | % |
expression | 0 | 3 | 0.0 |
branch | 0 | 0 | nil |
1
;;; gui/server.lisp --- GUI Server API
2
3
;; This package provides a server protocol for communication with GUI
4
;; Clients.
5
6
;; See GUI/CLIENT for details.
7
8
(in-package :gui/core)
9
10
(defgeneric gui-server-p (obj)
11
(:method ((obj t)) nil))