/ src /
/src/package.lisp
1 (defpackage :cl-smoke.kde.core
2 (:use :cl :smoke :cffi :cxx-support)
3 (:nicknames :kde.core))
4
5 (defpackage :cl-smoke.kde
6 (:use)
7 (:export #:make-aboutdata
8 #:make-standard-action
9 #:app
10 #:app-p
11 #:with-kde
12 #:with-app)
13 (:nicknames :kde))