descriptionCommon lisp bindings for libnotify
ownerrswarbrick@gmail.com
last changeThu, 4 Sep 2008 19:51:22 +0000 (4 20:51 +0100)
content tags
add:
readme
This is a set of common lisp bindings to libnotify. It intentionally doesn't support some of the more Gtk-oriented operations, such as setting icons via pixbuf or popping up notifications on widgets. This means the lisp project doesn't depend on a CL Gtk/Glib/G* binding and not only loads faster, but is agnostic in the horde of them currently on offer. On the other hand, it does support basic operations and only depends on CFFI on the lisp side (note, you'll still need libnotify installed!). TODO: Allow callbacks. It's not clear whether one can do this without pulling in Gtk proper. So the lean-and-mean approach may yet go out of the window.
shortlog
2008-09-04 Rupert SwarbrickFix loading order.master
2008-09-04 Rupert SwarbrickExport hint and add test case
2008-09-04 Rupert SwarbrickAdded hints setf
2008-09-04 Rupert SwarbrickInitial commit
heads
15 years ago master