Export hint and add test case
[cl-notify.git] / package.lisp
blobe38049735aaae3044effe648ef0868bcf3caa20c
1 (defpackage cl-notify
2 (:use :cl :cffi)
3 (:export :notify-init
4 :with-notification
5 :dispatch-notification
6 :show-notification
7 :update-notification
8 :close-notification
9 :summary
10 :body
11 :icon
12 :server-info
13 :hint))